Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 374 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 374 Bytes

TCP Relay

Run this inside the GFW

$ ./relay -l 0.0.0.0:12345 -r <remote>:12345 -w

Run this outside the GFW

$ ./relay -l 0.0.0.0:12345 -r <http_proxy_server>:<port>

Changelog

v0.0.1

  • A working encrypted TCP relay in less than 100 lines of code

v0.1.*

  • WIP

See Also