summaryrefslogtreecommitdiff
path: root/phenex
diff options
context:
space:
mode:
Diffstat (limited to 'phenex')
-rw-r--r--phenex/nftables-rules.nft1
1 files changed, 1 insertions, 0 deletions
diff --git a/phenex/nftables-rules.nft b/phenex/nftables-rules.nft
index 238dc6c..22ed7f9 100644
--- a/phenex/nftables-rules.nft
+++ b/phenex/nftables-rules.nft
@@ -57,6 +57,7 @@ table inet filter {
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
tcp dport 5222 counter accept
+ tcp dport 6697 counter accept
counter
}
}