diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-23 15:20:58 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-23 15:20:58 +0100 |
commit | fc5ebefef9f331ce7f9cc354709c27372fea4ac6 (patch) | |
tree | 6f367d2b5a0dd57c7b084220f0ebaecc1861a45f | |
parent | 6574a3ce8407a7d0ff66613baf2545e768549e09 (diff) | |
download | nixos-fc5ebefef9f331ce7f9cc354709c27372fea4ac6.tar nixos-fc5ebefef9f331ce7f9cc354709c27372fea4ac6.tar.gz nixos-fc5ebefef9f331ce7f9cc354709c27372fea4ac6.tar.bz2 nixos-fc5ebefef9f331ce7f9cc354709c27372fea4ac6.tar.xz nixos-fc5ebefef9f331ce7f9cc354709c27372fea4ac6.zip |
Allow xmpp proxy through fw
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ in rec { | |||
138 | 25 # smtp | 138 | 25 # smtp |
139 | 143 # imap | 139 | 143 # imap |
140 | 993 # imaps | 140 | 993 # imaps |
141 | 5000 # xmpp proxy | ||
141 | 5222 # xmpp.s2c | 142 | 5222 # xmpp.s2c |
142 | 5269 # xmpp.s2s | 143 | 5269 # xmpp.s2s |
143 | 655 # tinc.yggdrasil | 144 | 655 # tinc.yggdrasil |