I've recently started using pyscript and am really enjoying using it with jupyter for prototyping. Thanks for creating it. I noticed that when a session is active, pyscript listens on 5 tcp ports (usually 50321-50325). It binds to 0.0.0.0 when listening for these connections. I was wondering if you could please provide an option to bind to 127.0.0.1 instead.
I've recently started using
pyscriptand am really enjoying using it with jupyter for prototyping. Thanks for creating it. I noticed that when a session is active, pyscript listens on 5 tcp ports (usually 50321-50325). It binds to 0.0.0.0 when listening for these connections. I was wondering if you could please provide an option to bind to 127.0.0.1 instead.