3

Unable to resolve handshake domain
I have enabled the web3 option but cannot resolve handshake domains (e.g. http://namebase/ ) However, I can resolve ENS domains like vitalik.eth
Like
Follow
3
2replies
-
Same issue here. ENS and Unstoppable Domains work, but Handshake doesn't.
> Resolve-DnsName -Server 45.90.28.61 -Name namebase. -Type A Resolve-DnsName: namebase. : DNS name does not exist. > Resolve-DnsName -Server 45.90.28.61 -Name vitalik.eth -Type A Name Type TTL Section IPAddress ---- ---- --- ------- --------- vitalik.eth A 300 Answer 104.17.96.13 vitalik.eth A 300 Answer 104.17.64.14 > Resolve-DnsName -Server 45.90.28.61 -Name ipfs-fps.crypto -Type A Name Type TTL Section IPAddress ---- ---- --- ------- --------- ipfs-fps.crypto A 57 Answer 104.17.64.14 ipfs-fps.crypto A 57 Answer 104.17.96.13
(45.90.28.61 is NextDNS's IPv4 for Linked IP)