aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/README.md
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-20 12:32:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-20 12:32:58 -0700
commit698d00c60e91ebf8acf993cf6602d74c0032b5dc (patch)
tree64dfa6ca60dd053c629e3738fd561b607b723b31 /src/core/client_config/README.md
parentcd329560d33ede65256a926a82279311dcc9b15e (diff)
Add ipv4:, ipv6: schemes
Diffstat (limited to 'src/core/client_config/README.md')
-rw-r--r--src/core/client_config/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/client_config/README.md b/src/core/client_config/README.md
index d0700cfb13..fff7a5af5b 100644
--- a/src/core/client_config/README.md
+++ b/src/core/client_config/README.md
@@ -60,3 +60,7 @@ unix:path - the unix scheme is used to create and connect to unix domain
sockets - the authority must be empty, and the path
represents the absolute or relative path to the desired
socket
+
+ipv4:host:port - a pre-resolved ipv4 dotted decimal address/port combination
+
+ipv6:[host]:port - a pre-resolved ipv6 address/port combination