Changed default TTL value to 60 seconds.

pull/925/head
Andrew St. Jean 10 years ago
parent 43732acae1
commit 6bdfe756cf

@ -86,10 +86,11 @@ actionunban = echo <ip> | awk -F. '{print "update delete "$4"."$3"."$2"."$1".<do
domain =
# Option: ttl
# Notes.: time to live (TTL) of TXT resource record added by nsupdate.
# Notes.: time to live (TTL) in seconds of TXT resource record
# added by nsupdate.
# Values: NUM
#
ttl = 600
ttl = 60
# Option: rdata
# Notes.: data portion of the TXT resource record added by nsupdate.

Loading…
Cancel
Save