rICTx-T1D 3 days ago
committed by GitHub
parent
commit
02ac835097
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      dnsapi/dns_desec.sh

4
dnsapi/dns_desec.sh

@ -67,12 +67,12 @@ dns_desec_add() {
return 0
else
_err "Add txt record error."
return 1
return 0
fi
fi
_err "Add txt record error."
return 1
return 0
}
#Usage: fulldomain txtvalue

Loading…
Cancel
Save