summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daeva/nftables-rules.nft1
1 files changed, 1 insertions, 0 deletions
diff --git a/daeva/nftables-rules.nft b/daeva/nftables-rules.nft
index 378d630..43234cd 100644
--- a/daeva/nftables-rules.nft
+++ b/daeva/nftables-rules.nft
@@ -55,6 +55,7 @@ table inet filter {
udp dport openvpn counter accept
tcp dport postgresql ip daddr { 127.0.0.1/8, 10.0.0.0/8 } counter accept
ip daddr 127.0.0.0/8 counter accept
+ ip6 daddr ::1 counter accept
tcp dport 5222 counter accept
tcp dport 6697 counter accept
tcp dport 2049 ip daddr 10.0.0.0/8 counter accept