dig ipfs.dappnode correctly responds with an A record to $ipfs_container_IP
Expected behavior
*.ipfs.dappnode should resolve to the container IP, and ipfs.ipfs.dappnode/ipns.ipfs.dappnode should function correctly as subdomain gateways. Note: IPFS redirects do not work with the more common gw.tld/ipfs/cid format, so subdomain gateways should be preferred. https://docs.ipfs.tech/how-to/websites-on-ipfs/redirects-and-custom-404s/
Hey, we have fix in the works, but in the meantime you can use built in ENS resolver and access Vitalik's blog using: http://vitalik.eth while connected to you DAppNode, of course.
Describe the bug
Loading a static site such as http://ipfs.dappnode:8080/ipfs/bafybeiawq7pbt4krnopfmcvymvp2uz4ohibd5p7ugskkybvdmwa2v7evpy (vitalik.eth's content hash) redirects to cid.ipfs/ipns.ipfs.dappnode:8080 which is correct for IPFS subdomain support, but results in a DNS lookup failure.
Replacing ipfs.dappnode with the container IP works as expected
To Reproduce
dig bafybeiawq7pbt4krnopfmcvymvp2uz4ohibd5p7ugskkybvdmwa2v7evpy.ipfs.ipfs.dappnode
shows empty answer sectiondig ipfs.dappnode
correctly responds with an A record to $ipfs_container_IPExpected behavior
*.ipfs.dappnode should resolve to the container IP, and ipfs.ipfs.dappnode/ipns.ipfs.dappnode should function correctly as subdomain gateways. Note: IPFS redirects do not work with the more common gw.tld/ipfs/cid format, so subdomain gateways should be preferred. https://docs.ipfs.tech/how-to/websites-on-ipfs/redirects-and-custom-404s/
DAppNode version:
Additional context