Update nftables.sh

This commit is contained in:
FusionPBX
2026-02-02 16:24:46 -07:00
committed by GitHub
parent 1c12644b34
commit 7e0127c44d

View File

@@ -62,9 +62,6 @@ table inet filter {
# Allow OpenVPN port
udp dport 1194 counter accept
# Allow ICMP accept
icmp type echo-request counter accept
}
chain forward {