mirror of https://github.com/fail2ban/fail2ban
fixed typo in comments by "ignoreself" parameter
parent
6ad9bb56a0
commit
e2a255d104
|
@ -176,7 +176,7 @@ ver. 0.10.1 (2017/10/12) - succeeded-before-friday-the-13th
|
||||||
* avoid using "ANSI_X3.4-1968" as preferred encoding (if missing environment variables
|
* avoid using "ANSI_X3.4-1968" as preferred encoding (if missing environment variables
|
||||||
'LANGUAGE', 'LC_ALL', 'LC_CTYPE', and 'LANG', see gh-1587).
|
'LANGUAGE', 'LC_ALL', 'LC_CTYPE', and 'LANG', see gh-1587).
|
||||||
* action.d/pf.conf: several fixes for pf-action like anchoring, etc. (see gh-1866, gh-1867);
|
* action.d/pf.conf: several fixes for pf-action like anchoring, etc. (see gh-1866, gh-1867);
|
||||||
* fixed ignorself issue "Retrieving own IPs of localhost failed: inet_pton() argument 2 must be string, not int" (see gh-1865);
|
* fixed ignoreself issue "Retrieving own IPs of localhost failed: inet_pton() argument 2 must be string, not int" (see gh-1865);
|
||||||
* fixed tags `<fq-hostname>` and `<sh-hostname>`, could be used without ticket (a. g. in `actionstart` etc., gh-1859).
|
* fixed tags `<fq-hostname>` and `<sh-hostname>`, could be used without ticket (a. g. in `actionstart` etc., gh-1859).
|
||||||
|
|
||||||
* setup.py: fixed several setup facilities (gh-1874):
|
* setup.py: fixed several setup facilities (gh-1874):
|
||||||
|
|
|
@ -44,9 +44,9 @@ before = paths-debian.conf
|
||||||
# MISCELLANEOUS OPTIONS
|
# MISCELLANEOUS OPTIONS
|
||||||
#
|
#
|
||||||
|
|
||||||
# "ignorself" specifies whether the local resp. own IP addresses should be ignored
|
# "ignoreself" specifies whether the local resp. own IP addresses should be ignored
|
||||||
# (default is true). Fail2ban will not ban a host which matches such addresses.
|
# (default is true). Fail2ban will not ban a host which matches such addresses.
|
||||||
#ignorself = true
|
#ignoreself = true
|
||||||
|
|
||||||
# "ignoreip" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban
|
# "ignoreip" can be a list of IP addresses, CIDR masks or DNS hosts. Fail2ban
|
||||||
# will not ban a host which matches an address in this list. Several addresses
|
# will not ban a host which matches an address in this list. Several addresses
|
||||||
|
|
Loading…
Reference in New Issue