FakeDns icon indicating copy to clipboard operation
FakeDns copied to clipboard

Error was handled by sending NONEFOUND

Open VTSTech opened this issue 5 years ago • 1 comments

Can we get some more verbosity on this? Thanks.

C:\Tools\FakeDNS>fakedns.py --dns 8.8.8.8 -c C:\Tools\FakeDNS\dns.conf -i 192.168.0.228
>> Parsed 15 rules from C:\Tools\FakeDNS\dns.conf
>> Error was handled by sending NONEFOUND
>> Error was handled by sending NONEFOUND
timed out
timed out
>> Built NONEFOUND response
>> Built NONEFOUND response
>> Error was handled by sending NONEFOUND

VTSTech avatar Sep 01 '20 08:09 VTSTech

The DNS queries outgoing (from the machine where your fakedns.py is running) aren't reaching the nameserver, that's what is happening, is not fakeDNS, is your setup.

P.S: Diagnostic with dig (posix), Resolve-DnsName (powershell) or nslookup (PE binary)

uriellberdeja avatar Sep 13 '24 22:09 uriellberdeja