Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support ED25519 at subdomain gw with TLS
This: - adds subdomain gateway support for ED25519 CIDs in a way that fits in a single DNS label to enable TLS for every IPNS website. - cleans up subdomain redirect logic and adds more explicit error handling. TL;DR on router logic: When CID is longer than 63 characters, router at /ipfs/* and /ipns/* converts to Base36, and if that does not help, returns a human readable 400 Bad Request error. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
- Loading branch information