AAphelionZ: these are the steps I've been following: 1. Publish content to IPFS and get hash; 2. Publish hash to IPNS name, returns the peer ID; 3. Setup TXT record like: ``` TXT dnslink=/ipfs/ ``` or ``` TXT dnslink=/ipns/ ``` 4. Create a CNAME record pointing to a public gateway (or one of your choice): ``` CNAME ipfs.io ``` Some resources I found useful: (to do what I've described above but with more info) https://www.reddit.com/r/ipfs/comments/67z7ig/how_to_update_files_on_a_site_publish_with_ipns/ (to setup your own gateway) https://steemit.com/technology/@anomaly/ipfs-interplanetary-filesystem-how-to-set-up-a-writable-ipfs-gateway-on-a-vps-and-configure-cors-for-cross-domain-requests hope this helps