diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-07 19:51:04 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-07 19:51:04 +0100 |
commit | 01a93e0f1b82cc5b60c35a227ef6b2d1b3fc8111 (patch) | |
tree | 5d8b17cfadd10d6bd571be7fede9c522a44cbd08 /ymir.nix | |
parent | 9b945b0330533e6fd008091668faef8f1cf729cb (diff) | |
download | nixos-01a93e0f1b82cc5b60c35a227ef6b2d1b3fc8111.tar nixos-01a93e0f1b82cc5b60c35a227ef6b2d1b3fc8111.tar.gz nixos-01a93e0f1b82cc5b60c35a227ef6b2d1b3fc8111.tar.bz2 nixos-01a93e0f1b82cc5b60c35a227ef6b2d1b3fc8111.tar.xz nixos-01a93e0f1b82cc5b60c35a227ef6b2d1b3fc8111.zip |
http(s) on ymir
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ in { | |||
64 | 5269 # xmpp.s2s | 64 | 5269 # xmpp.s2s |
65 | 655 # tinc.yggdrasil | 65 | 655 # tinc.yggdrasil |
66 | 656 # tinc.laeradhr | 66 | 656 # tinc.laeradhr |
67 | 80 # http | ||
68 | 443 # https | ||
67 | ]; | 69 | ]; |
68 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh | 70 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh |
69 | ]; | 71 | ]; |