Skip to content

Commit 905509f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ 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.
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.
205204

206205
# Contributing
207206

0 commit comments

Comments
 (0)