-
Notifications
You must be signed in to change notification settings - Fork 116
bug: all "Unstoppable Domains" (.crypto) DoH resolvers are down #772
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
Comments
Friendly ping to https://github.com/orgs/unstoppabledomains/people: @nickshatilo @bonsaiben How does DoH story look like for UD? Should we keep defaulting to Cloudflare (assuming its fixed soon)? I'm testing with: $ curl 'https://resolver.unstoppable.io/dns-query?name=_dnslink.test.crypto&type=TXT' -H 'accept: application/dns-json' -v
* Host resolver.unstoppable.io:443 was resolved.
* IPv6: (none)
* IPv4: 3.33.139.32
* Trying 3.33.139.32:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1): and just hangs. Team is on holiday, but we would like to resolve this in January (either fix |
As noted in #771 (comment) now redirects to We are planning to replace default resolver with If this does not happen and the DoH resolver at |
Cloudflare decomissionned their resolver and started redirecting (HTTP 308) to https://dns.eth.link/dns-query which is an alias for eth.limo. That endpoint does not support resolving DNSLink of .crypto TLD and always returns no results. This change switched to DoH resolver provided by UD project. Closes #772
fix(gateway): update DoH resolver for .crypto TLD Cloudflare decomissionned their resolver and started redirecting (HTTP 308) to https://dns.eth.link/dns-query which is an alias for eth.limo. That endpoint does not support resolving DNSLink of .crypto TLD and always returns no results. This change switched to DoH resolver provided by UD project. See #772 for more info and the future of .crypto resolver
Cloudflare decommissioned their ENS and UD resolver:
It no longer resolves #782 switched boxo to use We will keep this issue open for next 6 months, if |
This is similar to #771 but at the time of writing this all UD DoH resolvers seem to be down, breaking DNSLink websites loaded via
boxo/gateway
if the domain name uses the.crypto
TLD.Current implicit default is Cloudflare at
https://resolver.cloudflare-eth.com/dns-query
and it stopped returning DNSLink results earlier today (filled support ticket to CF).The "official" DoH at
https://resolver.unstoppable.io/dns-query
just hangs and timeouts.I guess we wait for Cloudflare fix, but if that does not start working we need to consider altenatives (are there any? removal?)
Update: see #772 (comment)
The text was updated successfully, but these errors were encountered: