-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
docs: fix subdomain examples in CHANGELOG #7240
Conversation
@@ -226,13 +226,13 @@ In addition to a bunch of bug fixes, we've made two improvements to the gateway. | |||
|
|||
You can play with both of these features by visiting: | |||
|
|||
> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.io/ | |||
> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd use dweb.link (see #7240). That way, this works for users without IPFS installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Stebalien Listings are still broken there (imposible to go into sublinks when on subdomain gateway), that is why I explicitly did not use it as an example.
We can switch to dweb.link
when its actually uses 0.5 for subdomain feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix requires https://github.com/protocol/bifrost-infra/pull/573 to land
@@ -246,15 +246,15 @@ Note: cURL doesn't follow redirects by default. To avoid breaking cURL and other | |||
|
|||
The second feature is a face-lift to the directory listing theme and color palette. | |||
|
|||
> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.io/ | |||
> http://bafybeia6po64b6tfqq73lckadrhpihg2oubaxgqaoushquhcek46y3zumm.ipfs.localhost:8080 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
|
||
#### IPNS | ||
|
||
This release includes several new IPNS and IPNS-related features. | ||
|
||
##### ENS | ||
|
||
IPFS now resolves [ENS](https://ens.domains/) names (e.g., [/ipns/ipfs.eth](https://ipfs.eth.dweb.link)) via DNSLink. | ||
IPFS now resolves [ENS](https://ens.domains/) names (e.g., `/ipns/ipfs.eth`) via DNSLink provided by https://eth.link service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ipfs.eth.dweb.link
is invalid
https://ipfs.eth.ipfs.dweb.link wont have proper TLS setup, better to not link or link to a local gateway instead
This PR
(I already fixed this in https://github.com/ipfs/go-ipfs/releases/tag/v0.5.0)
cc @raulk @Stebalien