TechnitiumSoftware / DnsServer

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

quic with NextDNS problems; server timeouts #774

Closed bcookatpcsd closed 4 months ago

bcookatpcsd commented 7 months ago

TLS 853 is working without issue.. Switching to quic causes server timeouts.

I've used quic with AdGuardHome and NextDNS and have not seen timeouts..

Technitum and NextDNS just fine with DoT and DoH..

If you are interested in more detail, please let me know..

ShreyasZare commented 7 months ago

Thanks for the post. Request timeout means that the DNS server tried to send the request but did not receive a response. So, it could be due to many reasons of which most common is intermittent network issues. Try using dnsclient.net website to see if you are able to make requests to the same server over QUIC.

bcookatpcsd commented 7 months ago

(server 1) image

(server 2) image

I built two new servers yesterday before the ride home from work.. single family house, 40-50 devices.. and wg vpn to the house, two vultr cloud servers in docker with wg links back to the house.. and the trip home was terrible.. when I got home at 5 I switched back to tls and the problems went away..

the syntax of the dnsclient.net site looked different than Technitium server {server-name (ip.ad.dr.es:853)} but that syntax didn't seem to matter when I pasted my server name/ip.. and it worked in the site.. I made the change in my instances again.. and will see what happens.

Thank you for the response..

bcookatpcsd commented 7 months ago

Spoke too soon..

ten minutes..

image

It doesn't need to be quic, and it might be NextDNS..

ShreyasZare commented 7 months ago

Thanks for the details. Check the DNS logs from the admin web panel and look for the error description in there to know what went wrong. Post any errors you see here if you need help with them.