tsoybe
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_desec.sh
|
|
@ -130,7 +130,7 @@ dns_desec_rm() { |
|
|
|
_debug txtvalues "$txtvalues" |
|
|
|
|
|
|
|
_info "Deleting record" |
|
|
|
body="[{\"subname\":\"$_sub_domain\", \"type\":\"TXT\", \"records\":[$txtvalues], \"ttl\":60}]" |
|
|
|
body="[{\"subname\":\"$_sub_domain\", \"type\":\"TXT\", \"records\":[$txtvalues], \"ttl\":3600}]" |
|
|
|
_desec_rest PUT "$REST_API/$DEDYN_NAME/rrsets/" "$body" |
|
|
|
if [ "$_code" = "200" ]; then |
|
|
|
_info "Deleted, OK" |
|
|
|