-
Notifications
You must be signed in to change notification settings - Fork 325
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
IPFS gateway redirect fails for HTTP redirects #663
Comments
Neither https://nakhan.net/ nor https://www.nakhan.net/ resolve valid DNSLink: @da2x are you sure the website is set up correctly? $ dig +noall +answer TXT _dnslink.nakan.net
$ dig +noall +answer TXT nakan.net
$ dig +noall +answer TXT www.nakan.net If you want to see valid dnslink, check ps. we are planning to stop redirecting DNSLink websites by default, see (B) of #667 – feedback/ideas will be appreciated. |
He must have removed them. I contacted him about another issue with his DNSLink setup and it seems he just removed it instead of addressing it. |
Fair enough. I assume its misconfiguration or slow propagation similar to #659 so closing this, but free to reopen if it is possible to reproduce :) |
DNS zone for example.com:
_dnslink TXT "dnslink=/ipfs/hash"
Expected: Should redirect to local gateway.
Actual: Redirects to www.example.com and stays on the web.
Real-world example: https://nakhan.net/
The text was updated successfully, but these errors were encountered: