Skip to content

Commit

Permalink
docs: removed IPNS in subdomain
Browse files Browse the repository at this point in the history
Missed the fact IPNS does not work in case-insensitive contexts right now.
More: ipfs/kubo#5287
  • Loading branch information
lidel authored Jul 26, 2018
1 parent fd3d128 commit 826328e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ADDRESSING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
When site isolation does not matter gateway can expose IPFS namespaces as regular URL paths:

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

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:

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


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

Expand Down

0 comments on commit 826328e

Please sign in to comment.