Skip to content

Commit c42ed9c

Browse files
authored
Merge pull request #4714 from hknet/master
Update dns_kappernet.sh
2 parents 55a3709 + c48c8d0 commit c42ed9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dnsapi/dns_kappernet.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dns_kappernet_add() {
4545
if _kappernet_api GET "action=new&subject=$_domain&data=$data"; then
4646

4747
if _contains "$response" "{\"OK\":true"; then
48-
_info "Waiting 120 seconds for DNS to spread the new record"
49-
_sleep 120
48+
_info "Waiting 1 second for DNS to spread the new record"
49+
_sleep 1
5050
return 0
5151
else
5252
_err "Error creating a TXT DNS Record: $fullhostname TXT $txtvalue"

0 commit comments

Comments
 (0)