summaryrefslogtreecommitdiff
path: root/daeva/nftables-rules.nft
diff options
context:
space:
mode:
Diffstat (limited to 'daeva/nftables-rules.nft')
-rw-r--r--daeva/nftables-rules.nft2
1 files changed, 2 insertions, 0 deletions
diff --git a/daeva/nftables-rules.nft b/daeva/nftables-rules.nft
index 43234cd..0bc9d54 100644
--- a/daeva/nftables-rules.nft
+++ b/daeva/nftables-rules.nft
@@ -30,6 +30,8 @@ table inet filter {
icmp type echo-request counter accept
icmp type echo-reply counter accept
udp dport domain counter accept
+ tcp dport domain-s counter accept
+ udp dport domain-s counter accept
tcp dport http counter accept
tcp dport https counter accept
udp dport https counter accept