aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/environment_variables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 11ac890cd5..6c13015baa 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -68,6 +68,6 @@ some configuration as environment variables that can be set.
* GRPC_DNS_RESOLVER
Declares which DNS resolver to use. Available DNS resolver include:
- - ares - a DNS resolver based around the c-ares library
+ - ares (default) - a DNS resolver based around the c-ares library
- native - a DNS resolver based around getaddrinfo(), creates a new thread to
perform name resolution