From e2a255d104f947f149cc34b17e778c05175e9f78 Mon Sep 17 00:00:00 2001 From: sebres Date: Tue, 14 Aug 2018 11:11:19 +0200 Subject: [PATCH] fixed typo in comments by "ignoreself" parameter --- ChangeLog | 2 +- config/jail.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c5aa8c1..e18b5ec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 '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); -* 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 `` and ``, could be used without ticket (a. g. in `actionstart` etc., gh-1859). * setup.py: fixed several setup facilities (gh-1874): diff --git a/config/jail.conf b/config/jail.conf index fc5dcb39..8b7d3d9b 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -44,9 +44,9 @@ before = paths-debian.conf # 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. -#ignorself = true +#ignoreself = true # "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