Troubleshooting SERVER_TIMEOUTs and near timeouts #2145
Replies: 3 comments 2 replies
-
I’ve been running into similar issues, especially around retrieving DS records. I’m also wondering if one or more of the relays I’d selected is failing intermittently. One idea that could be helpful for debugging: could the query log to be updated to include the relay that was used as well as the nameserver? |
Beta Was this translation helpful? Give feedback.
-
My suggestions are: |
Beta Was this translation helpful? Give feedback.
-
There have been issues with the server software, that have been resolved in the latest version. I'm hoping things to be stable again once people upgrade their servers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
dnscrypt-proxy has been so unreliable for me that I've had to give it up, at least temporarily. I frequently find name resolution failing, and looking at the logs, I see lots of
SERVER_TIMEOUT
s to multiple servers, as well as lots of near timeouts (PASS
lines with query times in the 135000-136000ms range). The problem seems to be intermittent - sometimes resolution works, withPASS
lines with more or less normal query times.When I first tried to hunt down the problem, I thought that I had traced it to a relay that had gone down, but the problem keeps recurring, even though my relays are currently on the official relay list:
I'm not specifying any particular servers, just using the standard ones with these restrictions:
How should I troubleshoot this? More generally, I really want my DNS resolution to be set and forget - I can't use a solution that's going to keep requiring troubleshooting and tinkering.
FWIW, I chain pihole to dnscrypt-proxy. pihole chained to an upstream public resolver works fine, as does pihole chained to a local instance of unbound configured as a recursive resolver. pihole, unbound, and dnscrypt-proxy are all running as docker containers.
Beta Was this translation helpful? Give feedback.
All reactions