Skip to content

Commit 91588bd

Browse files
docs: update README.md when use domain name in Window
1 parent eb22b61 commit 91588bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ 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 when using domain name, example `www.mydomain.com`.
204+
Try to set environment variable `GRPC_DNS_RESOLVER=native` to see if it works.
205+
203206
# Contributing
204207

205208
Tests are run using `pytest`.

0 commit comments

Comments
 (0)