Cannot DNS resolve error after upgrade to 2.6 #679
-
I really do not know what happend and I do not think that anything else in my network changed. Setting the log level to debug did not bring any more information so I do not really know what to do. I am using strato as my provider. A few days ago I accidentaly (yes I was stupid) requested an owner change which I immediately declined but maybe this has some kind of "retention period"? My DNS is a pihole running on 192.168.178.8:53 Here is the error message:
Thanks in advance for every help! EDIT: That's the error on the web ui: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I am sorry but I have to reopen this. I have now stated the container with
If I shut down my pihole container I get
Which for me indicates that the container is still trying to reach my local DNS instead of using If I look into the pihole query list I do see the requests to "dyndns.strato.com" and they are not blocked, so general connection between my DDNS-updater and my pihole seems to work as well. It is completely fine for me if the DDNS updater does not use my pihole and instead uses Any help is appreciated, thanks in advance! |
Beta Was this translation helpful? Give feedback.
WARN cannot DNS resolve <mydomain> after 5 tries: lookup <mydomain> on 192.168.178.8:53: read udp 172.17.0.2:40898->192.168.178.8:53: i/o timeout
in particulari/o timeout
means your pihole is not responding 🤔 Perhaps try it by settingRESOLVER_ADDRESS=1.1.1.1
to check it's not pihole at fault?