A Free SOCKS proxy server for Linux, macos and FreeBSD.
Features
- Simple SOCKS protocol v4, v4a, v5 server.
- Can forward SOCKS request to another SOCKS server.
-----------------------------------------------------------------
What is it ?
- Srelay is a socks 4/5 protocol proxy server.
- Supports socks connect/bind request in the protocol v4, v4a, and v5.
- Supports socks server chaining with both v4 and v5 servers.
- Supports Username/Password authentication in v5 (not recommended).
- Testing on Linux-x86_64, macos 10.7-10.12, FreeBSD 10.1-11.1
- Supports IPv6 as well as IPv4.
- Srelay is Free.
Download
- You can download latest from here ->
- Other files here.
Git
- Sourceforge Git Repo
git clone https://git.code.sf.net/p/socks-relay/srelay socks-relay-srelay
orgit clone git://git.code.sf.net/p/socks-relay/srelay socks-relay-srelay
CVS
- You can get the top of current development snap-shot with cvs.
cvs -d :pserver:anonymous@socks-relay.cvs.sourceforge.net:/cvsroot/socks-relay login
cvs -d :pserver:anonymous@socks-relay.cvs.sourceforge.net:/cvsroot/socks-relay co srelay
- If you have already check-out'ed previous snaps,
cd srelay
cvs update -d -P
- If you would like to get Released (tagged) version, (e.g. version 0.4.8)
cvs -d :pserver:anonymous@socks-relay.cvs.sourceforge.net:/cvsroot/socks-relay \ export -r Release_0_4_8 -d srelay-0.4.8 srelay
Usage
- srelay is a simple service(daemon) program, and at minimun, no config file needed. start with
./srelay
runs into background and serves 1080/tcp SOCKS protocol version 5 server.
Documents
- Config Sample: basic config
Mailing List
- List: socks-relay-info
from http://socks-relay.sourceforge.net
-----
Srelay - the SOCKS proxy and Relay
Imported from sourceforge.
What is it?
- Srelay is a socks 4/5 protocol proxy server.
- Supports socks connect/bind request in the protocol v4, v4a, and v5.
- Supports socks server chaining with both v4 and v5 servers.
- Supports Username/Password authentication in v5 (not recommended).
- Testing on FreeBSD 8.1R, Solaris 8, 10, Linux-i386, MacOS 10.5.
- Supports IPv6 as well as IPv4.
- Srelay is Free.
Documents
Config Sample: basic config
from https://github.com/gco/srelay
No comments:
Post a Comment