diff options
-rw-r--r-- | odin.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,8 @@ | |||
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 | ||
67 | ]; | ||
66 | allowedUDPPorts = [ 137 138 ]; # samba | 68 | allowedUDPPorts = [ 137 138 ]; # samba |
67 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh | 69 | allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh |
68 | ]; | 70 | ]; |
@@ -247,6 +249,7 @@ | |||
247 | stream_motion on | 249 | stream_motion on |
248 | 250 | ||
249 | webcontrol_port 0 | 251 | webcontrol_port 0 |
252 | ipv6_enabled on | ||
250 | ''; | 253 | ''; |
251 | 254 | ||
252 | configFiles = [ "/etc/motion/motion.secret" ]; | 255 | configFiles = [ "/etc/motion/motion.secret" ]; |