summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:34:07 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-13 13:34:07 +0200
commitd87468e40747a6857018bed3540a4e1d8ba1ccf8 (patch)
treef9f1394acfc98d48e743c5cb7e4b0c4e6b2bf172
parentc5d0ef5e4a8eded023830dee47f5f0d253403f11 (diff)
downloadnixos-d87468e40747a6857018bed3540a4e1d8ba1ccf8.tar
nixos-d87468e40747a6857018bed3540a4e1d8ba1ccf8.tar.gz
nixos-d87468e40747a6857018bed3540a4e1d8ba1ccf8.tar.bz2
nixos-d87468e40747a6857018bed3540a4e1d8ba1ccf8.tar.xz
nixos-d87468e40747a6857018bed3540a4e1d8ba1ccf8.zip
better port number
-rw-r--r--odin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/odin.nix b/odin.nix
index 33c6cb0a..c56f652a 100644
--- a/odin.nix
+++ b/odin.nix
@@ -63,7 +63,7 @@
63 allowedTCPPorts = [ 22 # ssh 63 allowedTCPPorts = [ 22 # ssh
64 139 445 # samba 64 139 445 # samba
65 ]; 65 ];
66 allowedTCPPortRanges = [ { from = 8081; to = 8081; } # motion 66 allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion
67 ]; 67 ];
68 allowedUDPPorts = [ 137 138 ]; # samba 68 allowedUDPPorts = [ 137 138 ]; # samba
69 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 69 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
@@ -212,7 +212,7 @@
212 width 640 212 width 640
213 height 480 213 height 480
214 214
215 stream_port 8081 215 stream_port 8080
216 216
217 despeckle_filter EedDl 217 despeckle_filter EedDl
218 threshold_tune on 218 threshold_tune on