Giter Club home page Giter Club logo

ssrelay's Introduction

ssrelay -- SOCKS proxy with the abitiliy to split the first outgoing TCP packet to trick DPI censorship. (srelay fork)

Example:
	./srelay -i 127.0.0.1:1080 -x 3
Also, if you have a non-routed interface connected to a VPN, you can use srelay to route traffic via it:
	./srelay -q -i <local ip>:1080 -J tun0



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

ssrelay's People

Contributors

bulkstream avatar ftk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.