From d87468e40747a6857018bed3540a4e1d8ba1ccf8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 Apr 2018 13:34:07 +0200 Subject: better port number --- odin.nix | 4 ++-- 1 file 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 @@ allowedTCPPorts = [ 22 # ssh 139 445 # samba ]; - allowedTCPPortRanges = [ { from = 8081; to = 8081; } # motion + allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion ]; allowedUDPPorts = [ 137 138 ]; # samba allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh @@ -212,7 +212,7 @@ width 640 height 480 - stream_port 8081 + stream_port 8080 despeckle_filter EedDl threshold_tune on -- cgit v1.2.3