improve misleading expert hint

This commit is contained in:
Babak Farrokhi 2016-05-02 12:39:20 +04:30
parent 1f061db665
commit 61ac2327fd
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -142,7 +142,7 @@ def expert_report(trace_path, color_mode):
return
if prev_hop == '*':
print(" %s[*]%s public DNS server is next to an invisible hop (possible hijacking)" % (color.R, color.N))
print(" %s[*]%s public DNS server is next to an invisible hop (probably a firewall)" % (color.R, color.N))
return
if prev_hop and ipaddress.ip_address(prev_hop).is_private: