Removed DNS sleep
Users should use command line parameter --dnssleep insteadpull/3877/head
parent
459faf4dfb
commit
e23c02575d
|
@ -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…
Reference in New Issue