summaryrefslogtreecommitdiff
path: root/phenex
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 /phenex
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 '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 d004bb5..238dc6c 100644
--- a/phenex/nftables-rules.nft
+++ b/phenex/nftables-rules.nft
@@ -56,6 +56,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
+ tcp dport 5222 counter accept
counter
}
}