diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-09 22:03:54 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-09 22:03:54 +0200 |
commit | 4ee17990e709e686067944146b98f0eca17b1434 (patch) | |
tree | 4b52c9f969d8c725e66b36f821e6abbb43efe90d | |
parent | 2db79ae1b8cc89b928560ea9f67907dec5af1a09 (diff) | |
download | nixos-4ee17990e709e686067944146b98f0eca17b1434.tar nixos-4ee17990e709e686067944146b98f0eca17b1434.tar.gz nixos-4ee17990e709e686067944146b98f0eca17b1434.tar.bz2 nixos-4ee17990e709e686067944146b98f0eca17b1434.tar.xz nixos-4ee17990e709e686067944146b98f0eca17b1434.zip |
ymir firewall for murmur
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,8 +142,10 @@ in rec { | |||
142 | 80 # http | 142 | 80 # http |
143 | 443 # https | 143 | 443 # https |
144 | 9418 # git | 144 | 9418 # git |
145 | 64738 # murmur | ||
145 | ]; | 146 | ]; |
146 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh | 147 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh |
148 | 64738 | ||
147 | ]; | 149 | ]; |
148 | }; | 150 | }; |
149 | enableIPv6 = true; | 151 | enableIPv6 = true; |