-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnsmasq + dnssec: DNS resolution/conversion works only partially #956
Comments
Can you try disabling DNSSEC on pi-hole (not in |
Now it works. In order to be able to resolve .org domains as well, DNSSEC must be deactivated in Pihole. Strangely, it only affected the .org domains. But now it works and thanks for the help. |
I've been experiencing similar issues when DNSSEC is active in I have the impression that it could be happening only with some resolvers in particular. The issue is not always reproducible and |
When DNSSEC is enabled, the response for Maybe Truncated responses from |
I've found this that could mean a problem with some servers but not
I've seen messages in
|
Since 2.0.28 update the issue seems to be gone. Both |
I have a very unusual problem with dnscrypt-proxy v2. The name conversion works only partially. The resolution of the domain name ending in .org does not work on the client. If I enter this directly at the console of pihole then the resolution works correctly.
SSH Console at Pihole:
root@pi-hole:/opt/dnscrypt-proxy# ./dnscrypt-proxy -resolve google.org
Resolving [google.org]
Domain exists: yes, 4 name servers found
Canonical name: google.org.
IP addresses: 216.239.32.27, 2001:4860:4802:32::1b
TXT records: v=spf1 include:_spf.google.com ~all
Resolver IP: 172.253.11.1
root@pi-hole:/opt/dnscrypt-proxy#
at Windows Client with Error:
C:\Users\Administrator>nslookup google.org
Server: pi-hole.intranet.lan
Address: 192.168.128.3
*** google.org wurde von pi-hole.intranet.lan nicht gefunden: Unspecified error.
C:\Users\Administrator>
On the other hand, the resolution of, for example, com domains works flawlessly.
C:\Users\Administrator>nslookup google.com
Server: pi-hole.intranet.lan
Address: 192.168.128.3
Nicht autorisierende Antwort:
Name: google.com
Addresses: 2a00:1450:400a:800::200e
216.58.215.238
C:\Users\Administrator>
If I deactivate dnscrypt proxy at the pihole and make the name resolution conventionally over pihole and port 53 let then work also the domains with the extension .org
C:\Users\Administrator>nslookup google.org
Server: pi-hole.intranet.lan
Address: 192.168.128.3
Nicht autorisierende Antwort:
Name: google.org
Addresses: 2001:4860:4802:32::1b
216.239.32.27
C:\Users\Administrator>
In dnscrypt proxy v2 I have no blacklist active. I have used version 2.0.19 and 2.0.27
Unfortunately I have no idea what causes this problem. That the resolution of .org domains works directly on pihole with dnscrypt. On the other hand, not on the client. On the other hand, domains with endings .com or .ch and so on also work on the client. I deleted the cache each time. The host file on the client is empty.
I hope someone can help in solving this problem. Thank you very much
The text was updated successfully, but these errors were encountered: