kershner / screenBloom

Fake Ambilight for Philips Hue via Python
http://www.screenbloom.com
329 stars 48 forks source link

Open "http://localhost:PORT" instead of "http://HOST:PORT" #50

Open pranaygp opened 6 years ago

pranaygp commented 6 years ago

When I have a VPN connected, automatically opening a new tab on my browser to "http://HOST:PORT" fails since it uses the aliased IP (with a VPN). Instead, redirecting my browser to "http://localhost:PORT" works since VPNs are often configured to allow for that case

kershner commented 6 years ago

Thanks for bringing this up I will do some testing and probably just make the change in an update soon.