tcp-over-http

command module
v0.0.0-...-788f30c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2018 License: MIT Imports: 14 Imported by: 0

README

Tunnel TCP traffic over HTTP proxy

This is a toy program, play with it at your own risk. The HTTP proxy must support CONNECT method, and does not require authentication, or you could use HAProxy as backend. This program will drop any non-TCP traffic.

I copied lots of logic from fqrouter, its author is really smart!

Usage:

Run the script as root:

sudo ./tcp_over_http.py -x proxy_ip:proxy_port

Add route table:

sudo ip route add 1.2.3.4 dev tun0

Test it:

ssh 1.2.3.4

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL