• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

scripts/H05-Aug-2018-405316

ChangesH A D05-Aug-20186.7 KiB234193

INSTALLH A D05-Aug-20185.7 KiB174136

Makefile.inH A D05-Aug-20181 KiB5340

READMEH A D05-Aug-20181,013 4229

auth-pwd.cH A D05-Aug-20186.5 KiB263172

config.guessH A D05-Aug-201842.5 KiB1,4421,249

config.h.inH A D05-Aug-20184.2 KiB161107

config.subH A D05-Aug-201835.3 KiB1,8141,676

configureH A D03-May-2022158 KiB5,7264,722

configure.inH A D05-Aug-20185.6 KiB236213

get-bind.cH A D05-Aug-201813.7 KiB546406

init.cH A D05-Aug-20186.6 KiB269198

install-shH A D05-Aug-201814.8 KiB509329

main.cH A D05-Aug-201816.5 KiB763613

readconf.cH A D05-Aug-201817.2 KiB739522

relay.cH A D05-Aug-201813.5 KiB531418

socks.cH A D05-Aug-201838.7 KiB1,6781,289

srelay.8H A D05-Aug-20186 KiB226211

srelay.confH A D05-Aug-2018896 249

srelay.hH A D03-May-202211.7 KiB485338

srelay.passwdH A D05-Aug-2018143 76

util.cH A D05-Aug-20189.7 KiB462350

v6defs.hH A D05-Aug-20183 KiB8042

README

1
2srelay	-- SOCKS protocol server with proxy chaining capability.
3									2017/09/01 Tomo.M
4
5Features
6	Simple SOCKS protocol v4, v4a, v5 server
7	Can forward SOCKS request to another SOCKS server
8
9	You can talk to SOCKS server of at most 3-hop away from your PC, etc.
10	i.e.
11
12	Client-PC --> Srelay --> socks1 --> socsk2 --> TARGET
13
14	socks1 and socks2 are typical SOCKS servers, serving freely or
15	in some particular purposes..
16	How to set up this is a little bit complecated, but you can.
17
18	OTOH, Srelay as normal SOCKS server is extremely simple.
19	If you have binary, just start as
20	$ ./srelay
21	on your server host, then, use from your SOCKS clients (Browsers, Tor, ..
22	setting like,
23	   SOCKS_PROXY=serverhost:1080
24	or any other appropriate way of setting.
25	If you met some trouble, check out your FireWall setting, Virus Protections,
26	and so on.
27
28	Enjoy!!
29
30SOURCEFORGE
31	https://sourceforge.net/projects/socks-relay/
32
33
34HISTORY
35	Release 0.4.8 (2017/09/01)
36
37	Release 0.3   (2002/06/14)
38
39TODO
40KNOWN BUGS?
41LIMITATION
42