mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
fix: dnsexit api rejects a TTL of zero, changed to 1 (minute) (#7107)
This commit is contained in:
parent
dd6540ce46
commit
5a8c685fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ dns_dnsexit_add() {
|
|||
return 1
|
||||
fi
|
||||
|
||||
_dnsexit_zone_op add ',"ttl":0,"overwrite":false'
|
||||
_dnsexit_zone_op add ',"ttl":1,"overwrite":false'
|
||||
}
|
||||
|
||||
#Usage: fulldomain txtvalue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue