rofl0r / microsocks

tiny, portable SOCKS5 server with very moderate resource usage
Other
1.57k stars 275 forks source link

server_setup: Undefined error: 0 #77

Open XeonG opened 3 months ago

XeonG commented 3 months ago

This is on OSX

rofl0r commented 3 months ago

seems the the listen ip address you specified couldn't be resolved.

XeonG commented 3 months ago

It looked like this ./microsocks -i 0.0.0.0 -p 7070 etc .. which is what works fine on a linux server, but on a local OSX crapple laptop it doesn't work all..

rofl0r commented 3 months ago

-i 0.0.0.0 is the default so you dont have to specify it at all. try whether that works. if not, try 127.0.0.1