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 {