We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a3709 + c48c8d0 commit c42ed9cCopy full SHA for c42ed9c
dnsapi/dns_kappernet.sh
@@ -45,8 +45,8 @@ dns_kappernet_add() {
45
if _kappernet_api GET "action=new&subject=$_domain&data=$data"; then
46
47
if _contains "$response" "{\"OK\":true"; then
48
- _info "Waiting 120 seconds for DNS to spread the new record"
49
- _sleep 120
+ _info "Waiting 1 second for DNS to spread the new record"
+ _sleep 1
50
return 0
51
else
52
_err "Error creating a TXT DNS Record: $fullhostname TXT $txtvalue"
0 commit comments