0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-26 03:35:30 +00:00

Added link to transocks_ev.

This commit is contained in:
Leonid Evdokimov 2008-12-13 15:39:00 +06:00
parent a1f4ccddd0
commit 7cc7145802

8
README
View File

@ -13,9 +13,13 @@ your bugreports are welcome.
Transocks[3] is alike project but it has noticable performance penality.
Transsocks_ev[4] is alike project too, but it has no HTTPS-proxy support
and does not support authentication.
[1] http://www.torproject.org
[2] http://www.globax.biz
[3] http://transocks.sourceforge.net/
[4] http://oss.tiggerswelt.net/transocks_ev/
Features
@ -44,7 +48,7 @@ Text of GPLv3 is included in file `COPYING'.
Compilation
===========
libevent[4] is required.
libevent[5] is required.
gcc is only supported compiler right now, other compilers can be used
but may require some code changes.
@ -53,7 +57,7 @@ Compilation is as easy as running `make', there is no `./configure' magic.
GNU Make works, other implementations of make were not tested.
[4] http://www.monkey.org/~provos/libevent/
[5] http://www.monkey.org/~provos/libevent/
Running