Hello, many users complaint they cannot resolve our site, and that occurs when they are using 1.0.0.1/1.1.1.1
Both domains are hosted in AWS route53, review the settings and seem fine:
nslookup demo.marketplace.pairity.io 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53
** server can’t find demo.marketplace.pairity.io: NXDOMAIN
nslookup staging.marketplace.pairity.io 1.1.1.1
Server: 1.1.1.1
Address: 1.1.1.1#53
** server can’t find staging.marketplace.pairity.io: NXDOMAIN
Same applies to 1.0.0.1
dig demo.marketplace.pairity.io @1.1.1.1
; <<>> DiG 9.10.6 <<>> demo.marketplace.pairity.io @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 43847
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;demo.marketplace.pairity.io. IN A
;; AUTHORITY SECTION:
marketplace.pairity.io. 692 IN SOA ns-1699.awsdns-20.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400
;; Query time: 40 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Wed Aug 12 18:25:31 -03 2020
;; MSG SIZE rcvd: 165
dig staging.marketplace.pairity.io @1.1.1.1
; <<>> DiG 9.10.6 <<>> staging.marketplace.pairity.io @1.1.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 60849
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;staging.marketplace.pairity.io. IN A
;; AUTHORITY SECTION:
marketplace.pairity.io. 82 IN SOA ns-1699.awsdns-20.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400
;; Query time: 39 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Wed Aug 12 18:26:40 -03 2020
;; MSG SIZE rcvd: 168
Any idea what could be wrong? Thanks!