Changed default TTL value to 60 seconds.

pull/925/head
Andrew St. Jean 2015-01-28 22:46:43 -05:00
parent 43732acae1
commit 6bdfe756cf
1 changed files with 3 additions and 2 deletions

View File

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