My registrar is DreamHost and I am hosting a site on Azure as a Static Web App.
I'm using custom nameservers in DreamHost that Azure displays in my DNS Zone (******@azure-dns.com., ******@azuredns.net., ******@azuredns.org., ******@azuredns.info.) and DreamHost support has confirmed I did this correctly on their end:
digwebinterface.com shows my domain resolving to Azure..
xmydomainx.com. 300 IN SOA ns1-38.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300
These are my complete records in DreamHost:
mail
A
64.90.62.162
mailboxes
A
69.163.136.97
webmail
A
69.163.136.138
www.mailboxes
A
69.163.136.97
www.webmail
A
69.163.136.138
@
MX
0 mx1.mailchannels.net.
0
@
MX
0 mx2.mailchannels.net.
0
mail
MX
0 mx1.mailchannels.net.
0
mail
MX
0 mx2.mailchannels.net.
0
ns1
NS
ns1-38.azure-dns.com.
ns2
NS
ns2-38.azure-dns.net.
ns3
NS
ns3-38.azure-dns.org.
ns4
NS
ns4-38.azure-dns.info.
autoconfig
CNAME
autoconfig.dreamhost.com
@
TXT
v=spf1 mx include:netblocks.dreamhost.com include:relay.mailchannels.net -all
dreamhost._domainkey
TXT
v=DKIM1; k=rsa; h=sha256; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwcKwx/YDIqmno8zIA/VtDLt1vhgUPK+aQAIwL1OC8XCikR/uq52HzJMvHOLvdL17LlYp+qVmGBIn914F3yMESjfcpOIhX8+R6QAn60Q3PMh9d11c4HvSmwMry9w6KXxCzXgptURV+oa2JZkN0QhJfff2ldxPTkecVWvHEs0pupqJHfP9LGqEFOe2HysHm6n6K8Go4JRMslXk6QhsLUazxOcseELyqUcfTf+FGxwuyjyW/7mnQDnmmM9311hKOTBjskO6ZuhzYUQsotHY1li1UB+fpYKjEGu+bSXIOoz+BBr8TWdNJFsQE4ghjICXXGeXFroQvQSv7bIUWqKKtO533QIDAQAB
_autodiscover._tcp
SRV
5 0 443 autoconfig.dreamhost.com
0
@
NS
ns1.dreamhost.com.
@
NS
ns2.dreamhost.com.
@
NS
ns3.dreamhost.com.
This was done three days ago. DreamHost support says everything is looking fine on their end and the issue must lie with Azure which digwebinterface seems to indicate as well. I've consulted recommended resources for troubleshooting and still can't imagine what the issue is.
Any suggestions?
Edit:
It's not a cache issue as I've both been using private windows and clearing browser caches.
Also, I am following the instructions in the Microsoft tutorial for this at: https://learn.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns
My when I go into terminal and do: 'nslookup -type=SOA xmydomainx.com'
I get:
Server: testwifi.here
Address: 192.168.86.1
Non-authoritative answer:
xmydomainx.com
primary name server = ns1-38.azure-dns.com
responsible mail addr = azuredns-hostmaster.microsoft.com
serial = 1
refresh = 3600 (1 hour)
retry = 300 (5 mins)
expire = 2419200 (28 days)
default TTL = 300 (5 mins)
This seems to be close to what the tutorial says I should expect except for the testwifi.here server and it's IP address which sends me to some Google site for downloading a Google Wifi App. I have no clue why this is or what it has to do with anything I'm doing.