Use "dnsdiag" keyword when generating random hostnames

This commit is contained in:
Babak Farrokhi 2018-01-23 17:36:02 +03:30
parent d93b87b2a2
commit bbff3b44f6
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A

View File

@ -166,7 +166,7 @@ def dnsping(host, server, dnsrecord, timeout, count, use_tcp=False, use_edns=Fal
break
try:
if force_miss:
fqdn = "_dnseval_%s_.%s" % (random_string(), host)
fqdn = "_dnsdiag_%s_.%s" % (random_string(), host)
else:
fqdn = host