Hi,

I have a few custom iptables rules that are loaded via a systemd
service that reads from /etc/iptables/iptables.rules

/etc/iptables/iptables.rules is basically the output of iptables-save
after I've setup all my rules.

I'm running fail2ban 0.10.4 on Arch linux (5.2.9)

$ cat /etc/fail2ban/fail2ban.conf 
[Definition]
loglevel = INFO
logtarget = /var/log/fail2ban.log
syslogsocket = auto
socket = /var/run/fail2ban/fail2ban.sock
pidfile = /var/run/fail2ban/fail2ban.pid
dbfile = /var/lib/fail2ban/fail2ban.sqlite3
dbpurgeage = 1d


fail2ban flushes these rules whenever there is a new ban and I would
like it to co-exist with my custom rules, how would I achieve this?


Thanks,
S


_______________________________________________
Fail2ban-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Reply via email to