tvheadend: bind to LAN IP by default
[feed/packages.git] / multimedia / tvheadend / files / tvheadend.config
index 62c139de531c4bb577a3fdde57d5d2b50919012d..4862d015901e7c03108c231dcfaa8c171b840abc 100644 (file)
@@ -5,6 +5,8 @@
 
 config tvheadend server
        option ipv6 '1'
+       # If bindaddr is not set, it will default to LAN IP address (uci get network.lan.ipaddr).
+       # To bind all interfaces, set it to "0.0.0.0".
 #       option bindaddr '0.0.0.0'
 #       option http_port '9981'
 #       option http_root '/tvheadend'