NG6-starter icon indicating copy to clipboard operation
NG6-starter copied to clipboard

make the webpack server only accept connection from 127.0.01

Open JanvanCasteren opened this issue 7 years ago • 3 comments

Is there some configuration option to make the server only accept connections from 127.0.01? By default it accepts connections from any host, which I don't find very secure.

JanvanCasteren avatar Sep 08 '16 21:09 JanvanCasteren

uhm, you are using browser-sync to host during development mode..for distribution you would build the dist then host it somewhere else where you can limit access.. why would you care about dev mode?

pkishino avatar Sep 09 '16 11:09 pkishino

@JanvanCasteren, try this - https://www.browsersync.io/docs/options#option-online ;)

watch: https://github.com/BrowserSync/browser-sync/issues/352

bmsdave avatar Sep 09 '16 20:09 bmsdave

@JanvanCasteren could I close this issue?

fesor avatar Nov 26 '16 16:11 fesor