diff --git a/challenge/dns01/nameserver_test.go b/challenge/dns01/nameserver_test.go index 15b19beba..0e66c2fd1 100644 --- a/challenge/dns01/nameserver_test.go +++ b/challenge/dns01/nameserver_test.go @@ -24,8 +24,8 @@ func TestLookupNameserversOK(t *testing.T) { nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."}, }, { - fqdn: "physics.georgetown.edu.", - nss: []string{"ns4.georgetown.edu.", "ns5.georgetown.edu.", "ns6.georgetown.edu."}, + fqdn: "mail.proton.me.", + nss: []string{"ns1.proton.me.", "ns2.proton.me.", "ns3.proton.me."}, }, }