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.
- Host: GitHub
- URL: https://github.com/govtechsg/proxy-tunnel
- Owner: GovTechSG
- Created: 2018-03-29T08:36:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T02:20:59.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T03:12:53.917Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```