updated sample output with accurate timing

This commit is contained in:
Babak Farrokhi 2016-05-02 17:22:44 +04:30
parent 97a97d53cc
commit daaaef27ee
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -74,22 +74,22 @@ routed to any unwanted path.
``` ```
% ./dnstraceroute.py --expert -s 8.8.4.4 yahoo.com % ./dnstraceroute.py --expert -s 8.8.4.4 yahoo.com
dnstraceroute.py DNS: 8.8.4.4:53, hostname: yahoo.com, rdatatype: A dnstraceroute.py DNS: 8.8.4.4:53, hostname: yahoo.com, rdatatype: A
1 204.109.58.53 (204.109.58.53) 14 ms 1 204.109.58.53 (204.109.58.53) 1 ms
2 208.79.80.5 (208.79.80.5) 76 ms 2 208.79.80.5 (208.79.80.5) 1 ms
3 162.223.13.177 (162.223.13.177) 30 ms 3 162.223.13.177 (162.223.13.177) 1 ms
4 208.79.80.254 (208.79.80.254) 11 ms 4 208.79.80.254 (208.79.80.254) 7 ms
5 eqixva-google-gige.google.com (206.126.236.21) 74 ms 5 eqixva-google-gige.google.com (206.126.236.21) 7 ms
6 209.85.242.140 (209.85.242.140) 21 ms 6 209.85.242.142 (209.85.242.142) 7 ms
7 209.85.143.210 (209.85.143.210) 47 ms 7 72.14.236.148 (72.14.236.148) 8 ms
8 72.14.235.12 (72.14.235.12) 48 ms 8 209.85.250.70 (209.85.250.70) 16 ms
9 74.125.37.222 (74.125.37.222) 74 ms 9 74.125.37.222 (74.125.37.222) 16 ms
10 * 10 *
11 google-public-dns-b.google.com (8.8.4.4) 48 ms 11 google-public-dns-b.google.com (8.8.4.4) 15 ms
=== Expert Hints === === Expert Hints ===
[*] public DNS server is next to an invisible hop (probably a firewall) [*] public DNS server is next to an invisible hop (probably a firewall)
``` ```
Using `--expert` will instruct dnstraceroute to print expert hints (such as warnings of possible DNS traffic hijacking). Using `--expert` will instruct dnstraceroute to print expert hints (such as warnings of possible DNS traffic hijacking).