Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gateway): update DoH resolver for .crypto DNSLink (#782)
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
- Loading branch information