mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Launch browser with IPv6 http_host
This commit is contained in:
parent
c53566225c
commit
ed53d66aa7
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ def daemonize():
|
||||||
|
|
||||||
def launch_browser(host, port, root):
|
def launch_browser(host, port, root):
|
||||||
if not no_browser:
|
if not no_browser:
|
||||||
if host == '0.0.0.0':
|
if host in ('0.0.0.0', '::'):
|
||||||
host = 'localhost'
|
host = 'localhost'
|
||||||
|
|
||||||
if CONFIG.ENABLE_HTTPS:
|
if CONFIG.ENABLE_HTTPS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue