Native Socks Support to FreeBSD libc
NEW! January 14 2008 - Added IPv6 Support
I added a native Socks V4/V5 support inside FreeBSD libc library.
You can get it here
I changed the file:
/usr/src/lib/libc/Makefile
I added the Directory:
/usr/src/lib/libc/socks
They contains the files:
csocks.c
csocks.h
csocks.conf.5
csocks.1
Makefile.inc
I moreover added the configuration file (csocks.conf in the /etc/ directory)
/usr/src/etc/
ISTRUCTIONS:
copy the Makefile in /usr/src/lib/libc/
copy the directory socks in /usr/src/lib/libc/
touch /etc/csocks.conf
recompile the libc and install it (cd /usr/src/lib/libc && make && make install)
I Tested it in FreeBSD 7 only on i386
If you have any questions for me, you can write me e-mail