You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2020/07/30 14:54:35 UTC

[trafficserver] branch master updated: Quote out lists of servers and domains in splitdns.config example (#7057)

This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b2aef61  Quote out lists of servers and domains in splitdns.config example (#7057)
b2aef61 is described below

commit b2aef61961b906a3ae0e44e15bec4e29676175d7
Author: Randall Meyer <rr...@apple.com>
AuthorDate: Thu Jul 30 07:54:16 2020 -0700

    Quote out lists of servers and domains in splitdns.config example (#7057)
---
 doc/admin-guide/files/splitdns.config.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/splitdns.config.en.rst b/doc/admin-guide/files/splitdns.config.en.rst
index 72859c5..3f5154e 100644
--- a/doc/admin-guide/files/splitdns.config.en.rst
+++ b/doc/admin-guide/files/splitdns.config.en.rst
@@ -105,7 +105,7 @@ Examples
 
 Consider the following DNS server selection specifications: ::
 
-      dest_domain=internal.company.com named=255.255.255.255:212 255.255.255.254 def_domain=company.com search_list=company.com company1.com
+      dest_domain=internal.company.com named="255.255.255.255:212 255.255.255.254" def_domain=company.com search_list="company.com company1.com"
       dest_domain=!internal.company.com named=255.255.255.253
 
 Now consider the following two requests: ::