From 7e0127c44d17b5021b80105adcc00e08f1f50635 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 2 Feb 2026 16:24:46 -0700 Subject: [PATCH] Update nftables.sh --- debian/resources/nftables.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/resources/nftables.sh b/debian/resources/nftables.sh index 47e7b8c..0c02861 100755 --- a/debian/resources/nftables.sh +++ b/debian/resources/nftables.sh @@ -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 {