summaryrefslogtreecommitdiff
path: root/eligos
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 /eligos
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 'eligos')
-rw-r--r--eligos/nftables-rules.nft1
1 files changed, 1 insertions, 0 deletions
diff --git a/eligos/nftables-rules.nft b/eligos/nftables-rules.nft
index 674ed7c..adc8507 100644
--- a/eligos/nftables-rules.nft
+++ b/eligos/nftables-rules.nft
@@ -62,6 +62,7 @@ table inet filter {
tcp dport nntps counter accept
udp dport nntps counter accept
tcp dport 5222 counter accept
+ tcp dport 6697 counter accept
counter
}
}