šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

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

v0.0.0-20130503024854-8ca3ff2c3f55
Source
Go
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