mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
Set TXT record TTL to minimum possible value (#2465)
This commit is contained in:
parent
1081d98bf9
commit
6b817d4563
@ -31,7 +31,8 @@ dns_linode_v4_add() {
|
||||
_payload="{
|
||||
\"type\": \"TXT\",
|
||||
\"name\": \"$_sub_domain\",
|
||||
\"target\": \"$txtvalue\"
|
||||
\"target\": \"$txtvalue\",
|
||||
\"ttl_sec\": 300
|
||||
}"
|
||||
|
||||
if _rest POST "/$_domain_id/records" "$_payload" && [ -n "$response" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user