fix: dnsexit api rejects a TTL of zero, changed to 1 (minute) (#7107)

This commit is contained in:
Kat Crichton-Seager 2026-07-12 09:37:21 +01:00 committed by GitHub
parent dd6540ce46
commit 5a8c685fd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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