feat: Add IPNS support

This commit is contained in:
2025-07-26 13:57:13 +10:00
parent a7d18d529e
commit 2ba2ef3bef
4 changed files with 121 additions and 23 deletions

View File

@@ -157,7 +157,7 @@
<ol>
<li>Get the IPFS hash of your content using any IPFS content hosting provider</li>
<li>Update your Handshake domain's DNS records with a TXT record</li>
<li>Use the format: <code>ipfs=Qm...your-ipfs-hash</code></li>
<li>Use the format: <code>ipfs=Qm...your-ipfs-hash</code> or using IPNS <code>ipns=your-ipns-hash</code></li>
<li>Add an A record to point your domain to this portal <code>192.9.167.104</code> <br>
Alternatively you can use this ALIAS <code>ipfs.hnshosting</code></li>
</li>