How To Get .eth Domains To Resolve? (SOLVED)

Sorry if something similar has been posted, I searched but couldn’t find a thread with the information I needed. So, I’m pretty new to IPFS but I’m trying to get my .eth domain to resolve to the content I have on IPFS.

I went into the ENS Domain Manager and set my “content” record to my IPFS hash. It displays this as a clickable link “ipfs://hash” and when I click on it the content is properly loaded at the URL “gateway.ipfs.io/ipfs/hash”

However, I can’t find any way to type my .eth domain into anything and get the content. When I type http://<.eth domain> I get a response from my MetaMask plugin that says “not found. Powered by Portal Network” but I can’t figure out how to make it resolve to my IPFS content.

Anyone have any advice? :slight_smile:

EDIT: The issue was with the current default “public resolver.” I changed it to an old public resolver (0x1da022710dF5002339274AaDEe8D58218e9D6AB5) and then converted my IPFS content hash into hex with this tool: https://codepen.io/phyrex/pen/MBzOGR and used that hex string as my “content record” in the ENS Manager.