Skip to content

Commit c48c8d0

Browse files
authored
Update dns_kappernet.sh
dns update waiting time is reduced now (new backend at kapper.net)
1 parent b7caf7a commit c48c8d0

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)