You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.
I am running into the case of running Weinre behind a router, so Weinre must use a boundHost that is different than the public IP.
Weinre auto detect the boundIp from the external interface hostname, https://github.com/BrowserSync/UI/blob/master/lib/plugins/remote-debug/weinre.js#L177
so far so good, but when I specify a host in options, Weinre is use that value, and that results in boundHost being set to the undesired value.
The text was updated successfully, but these errors were encountered:
I am running into the case of running Weinre behind a router, so Weinre must use a boundHost that is different than the public IP.
Weinre auto detect the boundIp from the external interface hostname,
https://github.com/BrowserSync/UI/blob/master/lib/plugins/remote-debug/weinre.js#L177
so far so good, but when I specify a
host
in options, Weinre is use that value, and that results in boundHost being set to the undesired value.The text was updated successfully, but these errors were encountered: