TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.25k stars 418 forks source link

[Bug ?] Domain randomly blocked #181

Closed PEPERSO closed 3 years ago

PEPERSO commented 3 years ago

Hello !

I've used technitium dns server for a while and it was perfect for me, except for this :

Any way to handle this ? Thanks for your project and your time anyway :)

ShreyasZare commented 3 years ago

Hi, thanks for the feedback.

The thing that you had to delete the cached zone for the domain to fix it, means that the forwarder (upstream DNS server) that you are using is probably returning this record with 0.0.0.0 IP address.

Try this on test. When you see that the domain resolving to 0,0,0,0, just use the DNS Client tool and try querying the forwarder that you have configured and check the response. Also, try DNS Client with "Recursive Query" as server and see what the authoritative name server for the domain returns.

Let me know what you see in those tests.

PEPERSO commented 3 years ago

Thanks for your quick answer ! I had two dns resolvers, the first returned (with DNS Client tool) 0.0.0.0 and the second one an ip adress. So I chose to only keep the second one (libre-dns) with recursion enabled. I logged out and back in, and no problem anymore, thanks !