mirror of https://github.com/fail2ban/fail2ban
Changed default TTL value to 60 seconds.
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…
Reference in New Issue