add some comments

This commit is contained in:
Ruben Blanco 2023-10-23 11:18:04 +02:00
parent 3272200c30
commit fce3a9d879
1 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jails:
# maxretry: "4" # maxretry: "4"
# findtime: "604800" # findtime: "604800"
# jails: # jails:
#- name: NAME-FILTER(/etc/fail2ban/filter.d/somefilenamefilter) - (first JAIL) #- name: NAME-FILTER(/etc/fail2ban/filter.d/somefilenamefilter) - (first JAIL SSH)
# enabled: true # enabled: true
# filter: somefilenamefilter # filter: somefilenamefilter
# logpath: /var/log/logofserviceauths # logpath: /var/log/logofserviceauths
@ -26,7 +26,8 @@ jails:
# maxretry: 4 # max retry to auth # maxretry: 4 # max retry to auth
# bantime: 604800 # 1week bantime in seconds # bantime: 604800 # 1week bantime in seconds
# findtime: 604800 # 1week time finding source-host auth # findtime: 604800 # 1week time finding source-host auth
#- name: NAME-FILTER(/etc/fail2ban/filter.d/somefilenamefilter) - (second JAIL) # action: "%(action_mwl)s"
#- name: NAME-FILTER(/etc/fail2ban/filter.d/somefilenamefilter) - (second JAIL otherService)
# enabled: true # enabled: true
# filter: somefilenamefilter # filter: somefilenamefilter
# logpath: /var/log/logofserviceauths # logpath: /var/log/logofserviceauths
@ -34,6 +35,8 @@ jails:
# maxretry: 4 # max retry to auth # maxretry: 4 # max retry to auth
# bantime: 604800 # 1week bantime in seconds # bantime: 604800 # 1week bantime in seconds
# findtime: 604800 # 1week time finding source-host auth # findtime: 604800 # 1week time finding source-host auth
# banaction: NAME-ACTION(/etc/fail2ban/action.d/somefilenameaction)
# action: "%(action_mwl)s"
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 31536000 ; year # 31536000 ; year
# 18144000 ; 30days # 18144000 ; 30days