summaryrefslogtreecommitdiff
path: root/services/nftables-rules.nft
diff options
context:
space:
mode:
Diffstat (limited to 'services/nftables-rules.nft')
-rw-r--r--services/nftables-rules.nft2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/nftables-rules.nft b/services/nftables-rules.nft
index a21f95f..be39d0b 100644
--- a/services/nftables-rules.nft
+++ b/services/nftables-rules.nft
@@ -24,6 +24,8 @@ table inet filter {
chain output {
type filter hook output priority 0; policy drop;
ct state established,related counter accept
+ icmp type echo-request counter accept
+ icmp type echo-reply counter accept
udp dport domain counter accept
tcp dport http counter accept
tcp dport https counter accept