In /etc/fail2ban/jail.d/openvpn.conf
, change:
protocol = all
to
protocol = tcp, udp
And also change
banaction = iptables
banaction_allports = iptables_allports
to
banaction = nftables
banaction_allports = nftables_allports
In /etc/fail2ban/jail.d/openvpn.conf
, change:
protocol = all
to
protocol = tcp, udp
And also change
banaction = iptables
banaction_allports = iptables_allports
to
banaction = nftables
banaction_allports = nftables_allports