Always listen on loop back IP
Closed this issue · 1 comments
asyncer commented
If we don't specify the IP in -t switch, it will always listen on loop back IP,
for example wstunnel -t 8080
will only available on 127.0.0.1:8080 but I guess it would be better to listen on 0.0.0.0 or at least reflect it on documentation that it will listen on loop back by default.
mhzed commented
I believe more secure option should be the default.