An open API service indexing awesome lists of open source software.

https://github.com/govtechsg/proxy-tunnel

This solution is to tcp tunnel to destination host through a http proxy.
https://github.com/govtechsg/proxy-tunnel

Last synced: 5 days ago
JSON representation

This solution is to tcp tunnel to destination host through a http proxy.

Awesome Lists containing this project

README

          

# Outline
This docker container runs socat to setup a tunnel to destination host,
It will expose LOCAL_PORT to allow connection to remote site

## Docker build
```
$ docker build -t proxytunnel -f Dockerfile .
```