You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/04/03 14:00:24 UTC

svn commit: r787920 - in /websites/staging/trafficserver/trunk/content/docs/trunk/admin: configuration-files/records.config.en.html security-options/index.en.html

Author: buildbot
Date: Sun Apr  3 12:00:24 2011
New Revision: 787920

Log:
Staging update by buildbot

Modified:
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html
    websites/staging/trafficserver/trunk/content/docs/trunk/admin/security-options/index.en.html

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html Sun Apr  3 12:00:24 2011
@@ -1120,14 +1120,6 @@ T=SERVER_PORT_BLIND_TUNNEL</p>
 <p>Refer to
    <a href="secure#ConfiguringDNSServerSelectionSplit">Configuring DNS Server Selection (Split DNS)</a>.</p>
 <dl>
-<dt><em><code>proxy.config.dns.splitdns.def_domain</code></em></dt>
-<dd><code>STRING</code></dd>
-<dd><code>NULL</code></dd>
-<dd>The default domain for split DNS requests. This value is appended</dd>
-</dl>
-<p>automatically to the hostname if it does not include a domain
-   before split DNS determines which DNS server to use.</p>
-<dl>
 <dt><em><code>proxy.config.dns.url_expansions</code></em></dt>
 <dd><code>STRING</code></dd>
 <dd><code>NULL</code></dd>

Modified: websites/staging/trafficserver/trunk/content/docs/trunk/admin/security-options/index.en.html
==============================================================================
--- websites/staging/trafficserver/trunk/content/docs/trunk/admin/security-options/index.en.html (original)
+++ websites/staging/trafficserver/trunk/content/docs/trunk/admin/security-options/index.en.html Sun Apr  3 12:00:24 2011
@@ -119,21 +119,8 @@ while continuing to provide direct acces
 <li>Add rules to the <code>splitdns.config</code> file. For information about the format of the <code>splitdns.config</code> file, <a href="files.htm#splitdns.config">click here</a>. </li>
 <li>Save and close the <code>splitdns.config</code> file.</li>
 <li>In a text editor, open the <code>records.config</code> file located in the Traffic Server <code>config</code> directory. </li>
-<li>Edit the following variables:</li>
-<li>
-<dl>
-<dt><strong>Variable</strong> <strong>Description</strong></dt>
-<dt><code>_proxy.process.dns.splitDNS.enabled_</code></dt>
-<dd>Set this variable to <code>1</code> to enable split DNS.</dd>
-<dt><code>_proxy.config.dns.splitdns.def_domain_</code></dt>
-<dd>Set this variable to specify the default domain for split DNS requests. Traffic 
-    Server appends this value automatically to a hostname that does not include 
-    a domain before determining which DNS server to use.</dd>
-</dl>
-</li>
-<li>
-<p>Save and close the <code>records.config</code> file. </p>
-</li>
+<li>Set the variable <em><code>proxy.process.dns.splitDNS.enabled</code></em> to <code>1</code> to enable split DNS.</li>
+<li>Save and close the <code>records.config</code> file. </li>
 <li>Navigate to the Traffic Server <code>bin</code> directory. </li>
 <li>Run the command <code>traffic_line -x</code> to apply the configuration changes. </li>
 </ol>