mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
revert important variables in fail2ban jail.conf
This commit is contained in:
parent
8eb2e72282
commit
d0b65d5661
1 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ filter = %(__name__)s[mode=%(mode)s]
|
||||||
destemail = root@localhost
|
destemail = root@localhost
|
||||||
|
|
||||||
# Sender email address used solely for some actions
|
# Sender email address used solely for some actions
|
||||||
sender = root@<fq-hostname>
|
sender = root@localhost
|
||||||
|
|
||||||
# E-mail action. Since 0.8.1 Fail2Ban uses sendmail MTA for the
|
# E-mail action. Since 0.8.1 Fail2Ban uses sendmail MTA for the
|
||||||
# mailing. Change mta configuration parameter to mail if you want to
|
# mailing. Change mta configuration parameter to mail if you want to
|
||||||
|
@ -189,7 +189,7 @@ mta = sendmail
|
||||||
protocol = tcp
|
protocol = tcp
|
||||||
|
|
||||||
# Specify chain where jumps would need to be added in ban-actions expecting parameter chain
|
# Specify chain where jumps would need to be added in ban-actions expecting parameter chain
|
||||||
chain = <known/chain>
|
chain = INPUT
|
||||||
|
|
||||||
# Ports to be banned
|
# Ports to be banned
|
||||||
# Usually should be overridden in a particular jail
|
# Usually should be overridden in a particular jail
|
||||||
|
|
Loading…
Add table
Reference in a new issue