mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
tests: change ns (#2482)
This commit is contained in:
parent
a8693c1aea
commit
51aaf75afb
1 changed files with 2 additions and 2 deletions
|
|
@ -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."},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue