Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/alvatar/http-tunnel

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/alvatar/http-tunnel

  • v0.0.0-20150423151458-9a0f7e25d4d7
  • Source
  • Go
  • Socket score

Version published
Created
Source

HTTP Tunnel

A proof of concept to tunnel TCP over HTTP, using a SOCKS frontend

Based on: gohttptunnel by Andrew Gerrand adg@golang.org and Jason E. Aten j.e.aten@gmail.com, and Shadowsocks.

Example usage:

Run 'server' at your endpoint, by default it listens on port 8888.

./server

Run 'client' on your local machine, by default it listens locally on 2222.

./client -tunnel=serverAddress:8888

With both of them running (you must start server first), you can then connect via ssh to localhost:2222 on the local machine:

ssh -p 2222 username@127.0.0.1

Flags

  • -listen=ip:port local tunnel endpoint (server address) (default :2222)
  • -tunnel=ip:port remote tunnel endpoint (server address) (default 127.0.0.1:8888 for local testing)
  • -tick=250 HTTP stream interval (default 250)

FAQs

Package last updated on 23 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc