Browse Source

Don't check all the auth servers as one DuckDNS server isn't updating

pull/593/head
Tim Kimber 5 years ago
parent
commit
9e4372c5b6
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/test-config/getssl-staging-dns01.cfg

+ 1
- 1
test/test-config/getssl-staging-dns01.cfg View File

@ -6,7 +6,7 @@ VALIDATE_VIA_DNS=true
DNS_ADD_COMMAND="/getssl/dns_scripts/dns_add_duckdns"
DNS_DEL_COMMAND="/getssl/dns_scripts/dns_del_duckdns"
PUBLIC_DNS_SERVER=ns2.duckdns.org
CHECK_ALL_AUTH_DNS=true
CHECK_ALL_AUTH_DNS="false"
DNS_EXTRA_WAIT=120
# Speed up the test by reducing the number or retries and the wait between retries.


Loading…
Cancel
Save