DNSCrypt / dnscrypt-resolvers

Lists of public DNSCrypt / DoH DNS servers and DNS relays
https://dnscrypt.info
1.2k stars 260 forks source link

Update quad101 #914

Open demarcush opened 4 months ago

jedisct1 commented 4 months ago

I'm not able to connect to the IPv6 one:

[2024-05-23 23:33:15] [ERROR] Get "https://101.101.101.101/dns-query?dns=yv4BAAABAAAAAAABAAACAAEAACkQAAAAAAAAFAAMABD5572w1UB4R3EULJK0-rBd": dial tcp [2001:de4::102]:443: connect: connection refused
demarcush commented 4 months ago
$ dnscrypt-proxy -config ./dnscrypt-proxy.toml -show-certs
[NOTICE] dnscrypt-proxy 2.0.45
[NOTICE] Firefox workaround initialized
[INFO] [myserver] TLS version: 304 - Protocol: h2 - Cipher suite: 4865
[NOTICE] Advertised cert: [CN=101.101.101.101,O=Taiwan Network Information Center,ST=Taipei,C=TW] [a9d00be0ebb0760a1ed03b0e80b59fd54822d9a6a3e68e34a64edb2aa8238c1d]
[NOTICE] Advertised cert: [CN=Sectigo RSA Organization Validation Secure Server CA,O=Sectigo Limited,L=Salford,ST=Greater Manchester,C=GB] [e026e0f68af3244234cc4761d16483e4e01ae177b780fd7892c11412fe1f4399]
[NOTICE] [myserver] OK (DoH) - rtt: 317ms
[NOTICE] Server with the lowest initial latency: myserver (rtt: 317ms)
$ export VERBOSE=1 DNSSEC=1; dnslookup go.dnscheck.tools "sdns://AgcAAAAAAAAAD1syMDAxOmRlNDo6MTAyXSDgJuD2ivMkQjTMR2HRZIPk4Brhd7eA_XiSwRQS_h9DmQ8xMDEuMTAxLjEwMS4xMDEKL2Rucy1xdWVyeQ"
[debug] creating a new http client
[debug] using HTTP/2 for this upstream: HTTP3 support is not enabled
[debug] https://101.101.101.101:443/dns-query: sending request over tcp: A go.dnscheck.tools.
[debug] bootstrap: dialing [2001:de4::102]:443 (1/1)
[debug] bootstrap: connection to [2001:de4::102]:443 succeeded in 305.810013ms
[debug] https://101.101.101.101:443/dns-query: response received over tcp: ok
Server: sdns://AgcAAAAAAAAAD1syMDAxOmRlNDo6MTAyXSDgJuD2ivMkQjTMR2HRZIPk4Brhd7eA_XiSwRQS_h9DmQ8xMDEuMTAxLjEwMS4xMDEKL2Rucy1xdWVyeQ

dnslookup result (elapsed 1.284628909s):
;; opcode: QUERY, status: NOERROR, id: 59161
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version 0; flags:; udp: 1232

;; QUESTION SECTION:
;go.dnscheck.tools.     IN       A

;; ANSWER SECTION:
go.dnscheck.tools.      1       IN      A       116.203.95.251

And I even ran dnscrypt-proxy with it and queried some domains. What could be the problem?