0

My Domain is on Godaddy and Hosting from Hostinger. I linked that.

The problem is when I choose DNS Server 8.8.8.8 in Wifi Network Ipv4 The site does not load. When I choose Auto the website works.
Can you please tell me what is the problem Here is the link to website

Dns

kenlukas
  • 3,101
  • 2
  • 16
  • 26
Shahid
  • 3
  • 2

1 Answers1

1

TLDR; Delete your DS records at Godaddy

Looks like Hostinger does not support external registrar's with DNSSEC, you'll need to disable DNSSEC at godaddy

If DNSSECis important to you, transfer registrars to Hostinger to enable DNSSEC

https://dns.google/query?name=ecoguardfilters.com&type=A&dnssec=true

{
  "Status": 2,
  "TC": false,
  "RD": true,
  "RA": true,
  "AD": false,
  "CD": false,
  "Question": [
    {
      "name": "ecoguardfilters.com.",
      "type": 1
    }
  ],
  "Comment": "DNSSEC validation failure. Check http://dnsviz.net/d/ecoguardfilters.com/dnssec/ and http://dnssec-debugger.verisignlabs.com/ecoguardfilters.com for errors"
}

More information at DNSViz

enter image description here

Jacob Evans
  • 7,886
  • 3
  • 29
  • 57