Len преди 9 години
родител
ревизия
ec35175160
променени са 1 файла, в които са добавени 13 реда и са изтрити 25 реда
  1. 13 25
      source/advanced/fail2ban.rst

+ 13 - 25
source/advanced/fail2ban.rst

@@ -44,32 +44,20 @@ Fail2Ban
 
 | Every jail can be customized by tuning following options:
 
-::
-
- {| border="1"
- |+ Jail Options
- ! Name !! Default !! Description
- -
- ! filter ||
-
-
-| Name of the filter to be used by the jail to detect matches. Each single match by a filter increments the counter within the jail.
-
-::
++-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------+
+| Name                  | Default               |                                Description                                                                                        |
++=======================+=======================+===================================================================================================================================+
+| filter                | Campground            | Name of the filter to be used by the jail to detect matches. Each single match by a filter increments the counter within the jail |
++-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------+
+| logpath               | /var/log/messages     | Path to the log file which is provided to the filter                                                                              |
++-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------+
+| maxretry              | 3                     | Number of matches (i.e. value of the counter) which triggers ban action on the IP.                                                |
++-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------+
+| findtime              | 600 sec               | The counter is set to zero if no match is found within "findtime" seconds.                                                        |
++-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------+
+| bantime               | 600 sec               | Duration (in seconds) for IP to be banned for.                                                                                    |
++-----------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------+
 
- |-
- ! logpath || /var/log/messages
- | Path to the log file which is provided to the filter
- |-
- ! maxretry || 3
- | Number of matches (i.e. value of the counter) which triggers ban action on the IP.
- |-
- ! findtime || 600 sec
- | The counter is set to zero if no match is found within "findtime" seconds.
- |-
- ! bantime || 600 sec
- | Duration (in seconds) for IP to be banned for.
- |}
 
 |