Skip to content

Commit 704d248

Browse files
docs: update document for using domain names in Window (#160)
1 parent eb22b61 commit 704d248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ print(table.to_pandas())
200200
```
201201
You may also include your own root certificate via this manor aswell.
202202

203+
If connecting to InfluxDB fails with error `DNS resolution failed` when using domain name, example `www.mydomain.com`, then try to set environment variable `GRPC_DNS_RESOLVER=native` to see if it works.
204+
203205
# Contributing
204206

205207
Tests are run using `pytest`.

0 commit comments

Comments
 (0)