From c5d0ef5e4a8eded023830dee47f5f0d253403f11 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 Apr 2018 13:33:18 +0200 Subject: stream hlidskjalf --- odin.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index b9d3a9be..33c6cb0a 100644 --- a/odin.nix +++ b/odin.nix @@ -63,6 +63,8 @@ allowedTCPPorts = [ 22 # ssh 139 445 # samba ]; + allowedTCPPortRanges = [ { from = 8081; to = 8081; } # motion + ]; allowedUDPPorts = [ 137 138 ]; # samba allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh ]; @@ -247,6 +249,7 @@ stream_motion on webcontrol_port 0 + ipv6_enabled on ''; configFiles = [ "/etc/motion/motion.secret" ]; -- cgit v1.2.3