From cb6bf32ebbf063ce0eb45e83e111ea3296a8928e Mon Sep 17 00:00:00 2001 From: Jarrett Aiken Date: Wed, 8 Apr 2026 15:38:04 -0400 Subject: [PATCH] feat(IPFS): reenable IPFS gateway subdomains --- dnsconfig.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index c0f2396..af6cb74 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -122,9 +122,9 @@ minecraft("The Furry Cult", "thefurrycult.mc", "arirex.me", 54924); cnames("arirex.me", rexcloud, [ "Beszel@beszel", "Gitea@git", - // "IPFS Subdomain Gateway@*.ipfs.gw", - // "IPFS Subdomain Gateway@*.ipns.gw", - // "IPFS Path Gateway@gw", + "IPFS Path Gateway@gw", + "IPFS Subdomain Gateway@*.ipfs.gw", + "IPFS Subdomain Gateway@*.ipns.gw", "SearXNG@search", ]);