rofl0r / microsocks

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

Why I keep seeing the help instructions? #76

Closed x011 closed 3 months ago

x011 commented 3 months ago
root@nc:/meus# microsocks -i 0.0.0.0 -p 65081 -u 834rh873478h38r -P huias89347hdhahsduhausbd -w 192.168.1.111

MicroSocks SOCKS5 Server
------------------------
usage: microsocks -1 -q -i listenip -p port -u user -P password -b bindaddr
all arguments are optional.
by default listenip is 0.0.0.0 and port 1080.

option -q disables logging.
option -b specifies which ip outgoing connections are bound to
option -1 activates auth_once mode: once a specific ip address
authed successfully with user/pass, it is added to a whitelist
and may use the proxy without auth.
this is handy for programs like firefox that don't support
user/pass auth. for it to work you'd basically make one connection
with another program that supports it, and then you can use firefox too.
rofl0r commented 3 months ago

your build doesn't support the -w option yet. gotta build it from git master or leave the option away.