Socket
Socket
Sign inDemoInstall

tcp-over-https-proxy

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tcp-over-https-proxy

Use https proxy create tcp tunnel, forward local port to server behind proxy.


Version published
Weekly downloads
12
increased by71.43%
Maintainers
1
Install size
5.86 kB
Created
Weekly downloads
 

Readme

Source

tcp-over-https-proxy

Use https proxy create tcp tunnel, forward local port to server behind proxy.

Usage

cli

Install

npm i -g tcp-over-https-proxy

Establish port forwarding

#tcp-over-https-proxy remoteHost:remotePort localPort httpsProxy
tcp-over-https-proxy 10.0.0.111:3306 3306 http://123.123.123.123:8080

# map 10.0.0.111:3306 to localhost:3306 via https proxy http://123.123.123.123:8080

lib

Install

npm i tcp-over-https-proxy

Use

const { createTcpTunnel } = require("tcp-over-https-proxy");

createTcpTunnel("10.0.0.111:3306", 3306, "http://123.123.123.123:8080");

Keywords

FAQs

Last updated on 02 Mar 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc