summaryrefslogtreecommitdiff
path: root/eligos
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-02-09 14:23:01 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-02-09 14:39:07 -0700
commit0219fdb07da8e8eff15227d5ad1de6bb06adebf0 (patch)
tree26a03a8edd1f368b37dbc290f746f035e3eee8f6 /eligos
parent30e1ba2b6d743849d51a2d68bc066b49bf02dd9f (diff)
downloadcfg.nix-0219fdb07da8e8eff15227d5ad1de6bb06adebf0.tar.gz
cfg.nix-0219fdb07da8e8eff15227d5ad1de6bb06adebf0.tar.xz
firewalls: add xmpp port outbound
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 9eb0576..674ed7c 100644
--- a/eligos/nftables-rules.nft
+++ b/eligos/nftables-rules.nft
@@ -61,6 +61,7 @@ table inet filter {
tcp dport postgresql counter accept
tcp dport nntps counter accept
udp dport nntps counter accept
+ tcp dport 5222 counter accept
counter
}
}