isayme / socks5

[Deprecated] socks5 proxy in c with the library libev.
MIT License
119 stars 43 forks source link

socks5 server

Quick Start

$ git submodule update --init --recursive
$ make
$ ./ssserver

Help

Call ssserver with the --help option for a list of command-line arguments.

Testing

Tests can be run with:

$ make test

The proxy server is expected to be bound to port 23456 for the tests to work. Start it with -p 23456.

RFCs