Removed DNS sleep

Users should use command line parameter --dnssleep instead
This commit is contained in:
Jacob Vandborg 2022-01-07 08:10:31 +01:00 committed by GitHub
parent 459faf4dfb
commit e23c02575d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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