Browse Source

Removed DNS sleep

Users should use command line parameter --dnssleep instead
pull/3877/head
Jacob Vandborg 3 years ago
committed by GitHub
parent
commit
e23c02575d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dnsapi/dns_simply.sh

3
dnsapi/dns_simply.sh

@ -204,9 +204,6 @@ _simply_add_record() {
return 1
fi
_info "Waiting 60 seconds for DNS changes to be written"
_sleep 60
return 0
}

Loading…
Cancel
Save