Skip to content
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

ams-dnscrypt-nl doesn't resolve .ru domains #836

Closed
artenax opened this issue Sep 16, 2023 · 2 comments
Closed

ams-dnscrypt-nl doesn't resolve .ru domains #836

artenax opened this issue Sep 16, 2023 · 2 comments

Comments

@artenax
Copy link

artenax commented Sep 16, 2023

This page https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md states:

ams-dnscrypt-nl
Resolver in Amsterdam. Dnscrypt protocol. Non-logging, non-filtering, DNSSEC.

But the ams-dnscrypt-nl resolver responds to all .ru domains with NXDOMAIN. This means filtering is applied.
I think you should remove ams-dnscrypt-nl.

query.log:

[2023-09-17 04:08:49]	127.0.0.1	google.com	A	PASS	181ms	ams-dnscrypt-nl
[2023-09-17 04:08:54]	127.0.0.1	google.ru	A	NXDOMAIN	154ms	ams-dnscrypt-nl
[2023-09-17 04:09:31]	127.0.0.1	yandex.ru	A	NXDOMAIN	172ms	ams-dnscrypt-nl
[2023-09-17 04:09:36]	127.0.0.1	yandex.com	A	PASS	170ms	ams-dnscrypt-nl

nx.log:

[2023-09-17 04:08:54]	127.0.0.1	google.ru	A
[2023-09-17 04:09:31]	127.0.0.1	yandex.ru	A
[2023-09-17 04:09:54]	127.0.0.1	ok.ru	A
[2023-09-17 04:10:00]	127.0.0.1	mail.ru	A

dnscrypt-proxy.log:

[2023-09-17 05:00:48] [NOTICE] dnscrypt-proxy 2.1.5
[2023-09-17 05:00:48] [NOTICE] Network connectivity detected
[2023-09-17 05:00:48] [NOTICE] Now listening to 127.0.0.3:53 [UDP]
[2023-09-17 05:00:48] [NOTICE] Now listening to 127.0.0.3:53 [TCP]
[2023-09-17 05:00:48] [NOTICE] Source [public-resolvers] loaded
[2023-09-17 05:00:48] [NOTICE] Source [relays] loaded
[2023-09-17 05:00:48] [NOTICE] Firefox workaround initialized
[2023-09-17 05:00:53] [NOTICE] [ams-dnscrypt-nl] OK (DNSCrypt) - rtt: 128ms
[2023-09-17 05:00:53] [NOTICE] Server with the lowest initial latency: ams-dnscrypt-nl (rtt: 128ms)
[2023-09-17 05:00:53] [NOTICE] dnscrypt-proxy is ready - live servers: 1

dnscrypt-proxy.toml:

server_names = ['ams-dnscrypt-nl']
listen_addresses = ['127.0.0.3:53']
@kkkgo
Copy link

kkkgo commented Sep 18, 2023

Maybe you can refer to this issue:
#813
List of DNS servers that will filter:
https://raw.githubusercontent.com/kkkgo/PaoPao-Pref/main/dnscrypt_resolver/ban_list.txt

@kokial
Copy link
Contributor

kokial commented Nov 12, 2023

issue fixed

@DNSCrypt DNSCrypt locked and limited conversation to collaborators Dec 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants