summaryrefslogtreecommitdiff
path: root/phenex
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-08-10 06:14:01 -0600
committerKenny Ballou <kballou@devnulllabs.io>2020-08-10 06:14:01 -0600
commit330730a352044f0379ced99477ebe302ea1a832a (patch)
treec40b14a97a38d339e7ceba2e4592f5a3e1e4ddc4 /phenex
parent82277f88363926259c605ac768be2eebc0b2511c (diff)
downloadcfg.nix-330730a352044f0379ced99477ebe302ea1a832a.tar.gz
cfg.nix-330730a352044f0379ced99477ebe302ea1a832a.tar.xz
firewall: add irc port
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
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
}
}