Hello friends, I am using nftables in Debian12 and I have modified my
file "/etc/nftables.conf" to add commands that block a segment of
unwanted addresses, but when Fail2ban is executed these orders are
eliminated: how can I add an order that does not be eliminated by
fail2ban?
table inet filter {
chain input {
type filter hook input priority filter;
# CENSYS me está escaneando y los voy a dropear:
ip saddr [EXAMPLE_NETWORK]/[EXAMPLE_PREFIX] drop
}
...
Thanks.
_______________________________________________
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users