MOCKS 0.0.2-p2 review

Download
by rbytes.net on

MOCKS is a small, easy configurable, RFC1928 compliant SOCKS 5 server

License: GPL (GNU General Public License)
File size: 14K
Developer: Dan Horobeanu
0 stars award from rbytes.net

MOCKS is a small, easy configurable, RFC1928 compliant SOCKS 5 server. MOCKS supports upstream proxy and IP-based client filtering rules.

Compiling and Running MOCKS

Due to the simplicity of MOCKS, a make file was uncalled for. You can compile MOCKS with the build script included in this package (build) or with the following command:

gcc -lnsl -o mocks child.c error.c misc.c socksd.c up_proxy.c

If you encounter any problems during compilation don't hesitate to contact me (see section 5 of this file for details).

You can then control MOCKS like this:

Starting server:

./mocks start

Shutting it down:

./mocks shutdown

Get command line help:

./mocks --help


What's New in This Release:
Username/Password-based authentication has been added.

MOCKS 0.0.2-p2 search tags