Menu

Tree [314996] master /
 History

HTTPS access


File Date Author Commit
 scripts 2017-08-25 bulkstream bulkstream [7cf215] implement local passwd file./add scripts/srpass...
 Changes 2018-07-27 bulkstream bulkstream [6f4fda] changed around proxy pass/auth
 INSTALL 2017-08-25 bulkstream bulkstream [7cf215] implement local passwd file./add scripts/srpass...
 Makefile.in 2017-08-16 bulkstream bulkstream [775cb1] initial = 0.4.8b7(CVS) commit
 README 2017-09-01 bulkstream bulkstream [9263d6] Release 0.4.8 at last.
 auth-pwd.c 2018-07-27 bulkstream bulkstream [6f4fda] changed around proxy pass/auth
 config.guess 2017-08-16 bulkstream bulkstream [775cb1] initial = 0.4.8b7(CVS) commit
 config.h.in 2017-08-16 bulkstream bulkstream [775cb1] initial = 0.4.8b7(CVS) commit
 config.sub 2017-08-16 bulkstream bulkstream [775cb1] initial = 0.4.8b7(CVS) commit
 configure 2017-12-20 bulkstream bulkstream [638f9d] Fix bug: core dumps in certain condition; thank...
 configure.in 2017-12-20 bulkstream bulkstream [638f9d] Fix bug: core dumps in certain condition; thank...
 get-bind.c 2017-08-16 bulkstream bulkstream [775cb1] initial = 0.4.8b7(CVS) commit
 init.c 2018-12-24 bulkstream bulkstream [688764] Apply a patch of listen() backlog suggested by ...
 install-sh 2017-08-16 bulkstream bulkstream [775cb1] initial = 0.4.8b7(CVS) commit
 main.c 2019-02-09 bulkstream bulkstream [314996] Apply the patch suggested from Moritz Barsnick
 readconf.c 2018-08-04 bulkstream bulkstream [32d663] some editorials
 relay.c 2018-08-05 bulkstream bulkstream [fda0e6] Fix some old bugs.
 socks.c 2018-12-24 bulkstream bulkstream [688764] Apply a patch of listen() backlog suggested by ...
 srelay.8 2018-08-05 bulkstream bulkstream [ee9cc3] Update manual.
 srelay.conf 2018-07-31 bulkstream bulkstream [8176a5] refactor around relaying functions
 srelay.h 2018-08-05 bulkstream bulkstream [7e7b4c] some editorials.
 srelay.passwd 2018-08-05 bulkstream bulkstream [ee9cc3] Update manual.
 util.c 2018-07-27 bulkstream bulkstream [6f4fda] changed around proxy pass/auth
 v6defs.h 2017-08-16 bulkstream bulkstream [775cb1] initial = 0.4.8b7(CVS) commit

Read Me

srelay	-- SOCKS protocol server with proxy chaining capability.
									2017/09/01 Tomo.M

Features
	Simple SOCKS protocol v4, v4a, v5 server
	Can forward SOCKS request to another SOCKS server

	You can talk to SOCKS server of at most 3-hop away from your PC, etc.
	i.e.

	Client-PC --> Srelay --> socks1 --> socsk2 --> TARGET

	socks1 and socks2 are typical SOCKS servers, serving freely or
	in some particular purposes..
	How to set up this is a little bit complecated, but you can.

	OTOH, Srelay as normal SOCKS server is extremely simple.
	If you have binary, just start as
	$ ./srelay
	on your server host, then, use from your SOCKS clients (Browsers, Tor, ..
	setting like,
	   SOCKS_PROXY=serverhost:1080
	or any other appropriate way of setting.
	If you met some trouble, check out your FireWall setting, Virus Protections,
	and so on.

	Enjoy!!

SOURCEFORGE
	https://sourceforge.net/projects/socks-relay/


HISTORY
	Release 0.4.8 (2017/09/01)

	Release 0.3   (2002/06/14)

TODO
KNOWN BUGS?
LIMITATION