From 5455f666fb94cb93378e2afde4d1e2dd03d64e4e Mon Sep 17 00:00:00 2001 From: Carlos Orama Date: Sat, 6 Apr 2024 04:36:42 +0000 Subject: [PATCH] Update motioneye.conf to allow external viewers --- conf/motioneye.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/motioneye.conf b/conf/motioneye.conf index 962c0ba..47208a8 100644 --- a/conf/motioneye.conf +++ b/conf/motioneye.conf @@ -15,7 +15,7 @@ log_level info # the IP address to listen on # (0.0.0.0 for all interfaces, 127.0.0.1 for localhost) -listen 127.0.0.1 +listen 0.0.0.0 # the TCP port to listen on port __PORT__