WSL 127.0.0.1 does *not* trigger firewall warnings #125
thecodedrift
announced in
TIL
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you start a node server on
127.0.0.1
it does not trigger theCOM Surrogate
firewall notice. However, a python server will because it listens on the broadcast address0.0.0.0
python -m http.server 8000
Beta Was this translation helpful? Give feedback.
All reactions