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

github.com/levigross/go-tunnel

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/levigross/go-tunnel


Version published
Created
Source

Go Tunnel

This is a program like STunnel but written in Go. Most of the code is derived from Network programming with Go and I take no credit for his outstanding work.

Usage

Usage of ./go-tunnel:
  -client=false: You are tunneling connections to a server
  -create-cert=false: Create Public and Private PEM
  -ip-address="127.0.0.1": Please attach a valid IP address
  -port="1212": The port you wish to use
  -private-key="private.pem": Please enter the path of your private key
  -public-key="public.pem": Please enter the path of your public key
  -remote-ip-address="127.0.0.1": Please attach a valid IP address
  -remote-port="1234": The port you wish to use
  -server=false: You are accepting TLS connections from other hosts

FAQs

Package last updated on 03 May 2013

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