diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-26 20:58:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-26 20:58:52 +0200 |
commit | 151ac3dee4f578211e8acd780b9edd9dcf13c271 (patch) | |
tree | 111acc1e7b099afa2623e13f2a604f94736dfbd7 | |
parent | 805d93e93ba206f36751890e6a40a3d59e438612 (diff) | |
download | nixos-151ac3dee4f578211e8acd780b9edd9dcf13c271.tar nixos-151ac3dee4f578211e8acd780b9edd9dcf13c271.tar.gz nixos-151ac3dee4f578211e8acd780b9edd9dcf13c271.tar.bz2 nixos-151ac3dee4f578211e8acd780b9edd9dcf13c271.tar.xz nixos-151ac3dee4f578211e8acd780b9edd9dcf13c271.zip |
iperf server
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ | |||
75 | allowedTCPPorts = [ 22 # ssh | 75 | allowedTCPPorts = [ 22 # ssh |
76 | 139 445 # samba | 76 | 139 445 # samba |
77 | 2010 # notmuch-tcp | 77 | 2010 # notmuch-tcp |
78 | 5001 # iperf | ||
78 | ]; | 79 | ]; |
79 | allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion | 80 | allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion |
80 | ]; | 81 | ]; |