Skip to content

Commit 826328e

Browse files
authored
docs: removed IPNS in subdomain
Missed the fact IPNS does not work in case-insensitive contexts right now. More: ipfs/kubo#5287
1 parent fd3d128 commit 826328e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ADDRESSING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@
2323
When site isolation does not matter gateway can expose IPFS namespaces as regular URL paths:
2424

2525
https://<gateway-host>.tld/ipfs/<cid>/path/to/resource
26-
https://<gateway-host>.tld/ipns/<cid>/path/to/resource
26+
https://<gateway-host>.tld/ipns/<keyid_or_fqdn>/path/to/resource
2727

2828
When origin-based security perimeter is needed, [CIDv1](https://github.com/ipld/cid#cidv1) in Base32 ([RFC4648](https://tools.ietf.org/html/rfc4648#section-6), no padding) should be used in subdomain:
2929

3030
https://<cidv1-base32>.ipfs.<gateway-host>.tld/path/to/resource
31-
https://<peerid-base32>.ipns.<gateway-host>.tld/path/to/resource
32-
3331

3432
For more context see [notes on addressing with HTTP](#notes-on-addressing-with-http) below.
3533

0 commit comments

Comments
 (0)