fix(nftables): update fw nftables to allow vpn connection regardless of crowdsec ban
This commit is contained in:
@@ -82,6 +82,8 @@ table inet filter {
|
|||||||
chain global {
|
chain global {
|
||||||
# invalid packets
|
# invalid packets
|
||||||
ct state invalid drop comment "deny invalid connection"
|
ct state invalid drop comment "deny invalid connection"
|
||||||
|
# VPN connection exception handling
|
||||||
|
udp dport $PORTS_VPN return comment "return vpn connection to input and forward chain"
|
||||||
# crowdsec
|
# crowdsec
|
||||||
ip saddr @crowdsec-blacklists counter drop comment "deny all crowdsec blacklist"
|
ip saddr @crowdsec-blacklists counter drop comment "deny all crowdsec blacklist"
|
||||||
ip6 saddr @crowdsec6-blacklists counter drop comment "deny all ipv6 crowdsec blacklist"
|
ip6 saddr @crowdsec6-blacklists counter drop comment "deny all ipv6 crowdsec blacklist"
|
||||||
|
|||||||
Reference in New Issue
Block a user