You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by pa...@apache.org on 2017/08/28 18:01:18 UTC

[trafficserver] 02/02: update README.md

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

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

commit eb601a386cade900976bfd16c75bb94562766fe8
Author: Syeda Persia Aziz <pe...@yahoo.com>
AuthorDate: Fri Aug 25 14:54:34 2017 -0500

    update README.md
---
 tests/tools/microDNS/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/tools/microDNS/README.md b/tests/tools/microDNS/README.md
index e655d31..d6b533e 100644
--- a/tests/tools/microDNS/README.md
+++ b/tests/tools/microDNS/README.md
@@ -34,13 +34,13 @@ A DNS request for `host1.example.com` could return the A-record associated with
 
 Running
 ------
-`python3 uDNS.py port zone_file [--rr]`
+`python3 uDNS.py ip_addr port zone_file [--rr]`
 
 For a detailed description of flags, see `python3 uDNS.py -h`
 
 
 Use with Apache Traffic Server
 ------
-1. In `records.config`, add configuration lines: `CONFIG proxy.config.dns.nameservers STRING 127.0.0.1:PORT` and `CONFIG proxy.config.dns.round_robin_nameservers INT 0`, where `PORT` is whatever port you want uDNS to serve on.
-2. Run uDNS on `PORT`
+1. In `records.config`, add configuration lines: `CONFIG proxy.config.dns.nameservers STRING ip_address:PORT` and `CONFIG proxy.config.dns.round_robin_nameservers INT 0`, where `PORT` is whatever port you want uDNS to serve on.
+2. Run uDNS on `Ip_addr`:`PORT`
 3. Now all domains mapped in the uDNS JSON config file should be mapped by ATS as well

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.