0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-28 12:45:30 +00:00

update README file

This commit is contained in:
Bin Jin 2010-11-25 19:54:10 +08:00
parent 9136aa5e5f
commit f005959a55

8
README
View File

@ -28,8 +28,9 @@ Features
Redirect any TCP connection to SOCKS4, SOCKS5 or HTTPS (HTTP/CONNECT) Redirect any TCP connection to SOCKS4, SOCKS5 or HTTPS (HTTP/CONNECT)
proxy server. proxy server.
Login/password authentication is supported for SOCKS5 connections. Login/password authentication is supported for SOCKS5/HTTPS connections.
SOCKS4 supports only username, password is ignored. SOCKS4 supports only username, password is ignored. for HTTPS, currently
only Basic and Digest scheme is supported.
Redirect any HTTP connection to proxy that does not support transparent Redirect any HTTP connection to proxy that does not support transparent
proxying (e.g. old SQUID had broken `acl myport' for such connections). proxying (e.g. old SQUID had broken `acl myport' for such connections).
@ -50,7 +51,7 @@ Compilation
libevent[5] is required. libevent[5] is required.
gcc is only supported compiler right now, other compilers can be used gcc and clang are supported right now, other compilers can be used
but may require some code changes. but may require some code changes.
Compilation is as easy as running `make', there is no `./configure' magic. Compilation is as easy as running `make', there is no `./configure' magic.
@ -66,6 +67,7 @@ Running
Program has only two command-line options: Program has only two command-line options:
-c sets proper path to config file ("./redsocks.conf" is default one) -c sets proper path to config file ("./redsocks.conf" is default one)
-t tests config file syntax -t tests config file syntax
-p set a file to write the getpid() into
Following signals are understood: Following signals are understood:
SIGUSR1 dumps list of connected clients to log SIGUSR1 dumps list of connected clients to log