-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support the same DNSLink TLDs as Kubo and Rainbow #23
Comments
What is WS? |
a typo, meant SW (Service Worker) :) btw: we should be able to use |
For reference, https://github.com/ipfs/kubo/blob/master/docs/config.md#dns is how Kubo configuration works. In browser we don't have OS-level resolver, so need to use som DoH endpoint for everything. @SgtPooki Until ipfs/helia#454 is implemented, I think we could start with DoH at In the future we can add GUI for customizing global DoH resolver and ver |
Summary
By default, same TLDs should work in WS as in Kubo/Rainbow.
We want service worker gateway to be a drop-in option for people who currently load simple websites via Kubo or Rainbow.
Background
Kubo uses DoH at
resolver.cloudflare-eth.com/dns-query
for.eth.
and.crypto
names.Unfortunately the endpoint does not have liberal CORS set up, and we use
https://dns.eth.limo/dns-query
for.eth
instead. This means.crypto
is broken, because it has no DNSLink resolver set up.Solutions
Our options are:
quick/short-term: set up Caching DoH proxy for ENS/UD TLD resolution ipshipyard/waterworks-community#6 and switch to itThe text was updated successfully, but these errors were encountered: