1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/motioneye_ynh.git synced 2024-09-03 19:46:09 +02:00

Update motioneye.conf to allow external viewers

This commit is contained in:
Carlos Orama 2024-04-06 04:36:42 +00:00 committed by GitHub
parent 7bb02cc366
commit 5455f666fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ log_level info
# the IP address to listen on # the IP address to listen on
# (0.0.0.0 for all interfaces, 127.0.0.1 for localhost) # (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 # the TCP port to listen on
port __PORT__ port __PORT__