mirror of
https://github.com/go-acme/lego.git
synced 2025-11-29 08:56:53 +02:00
tests: change ns (#2482)
This commit is contained in:
committed by
GitHub
parent
a8693c1aea
commit
51aaf75afb
@@ -24,8 +24,8 @@ func TestLookupNameserversOK(t *testing.T) {
|
|||||||
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
|
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fqdn: "physics.georgetown.edu.",
|
fqdn: "mail.proton.me.",
|
||||||
nss: []string{"ns4.georgetown.edu.", "ns5.georgetown.edu.", "ns6.georgetown.edu."},
|
nss: []string{"ns1.proton.me.", "ns2.proton.me.", "ns3.proton.me."},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user