mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Fix comments to reflect code
Commit 638bb6652 changed some defaults but the comments still point
to the previous values.
This commit is contained in:
parent
789b520ac3
commit
4502adfe69
2 changed files with 2 additions and 2 deletions
|
|
@ -204,7 +204,7 @@ dest = reports@dshield.org
|
|||
|
||||
# Option: tmpfile
|
||||
# Notes.: Base name of temporary files used for buffering
|
||||
# Values: [ STRING ] Default: /tmp/fail2ban-dshield
|
||||
# Values: [ STRING ] Default: /var/run/fail2ban/tmp-dshield
|
||||
#
|
||||
tmpfile = /var/run/fail2ban/tmp-dshield
|
||||
|
||||
|
|
|
|||
|
|
@ -139,6 +139,6 @@ mnwurl = http://mynetwatchman.com/insertwebreport.asp
|
|||
|
||||
# Option: tmpfile
|
||||
# Notes.: Base name of temporary files
|
||||
# Values: [ STRING ] Default: /tmp/fail2ban-mynetwatchman
|
||||
# Values: [ STRING ] Default: /var/run/fail2ban/tmp-mynetwatchman
|
||||
#
|
||||
tmpfile = /var/run/fail2ban/tmp-mynetwatchman
|
||||
|
|
|
|||
Loading…
Reference in a new issue