https://github.com/govtechsg/socat
socat solution
https://github.com/govtechsg/socat
Last synced: about 2 months ago
JSON representation
socat solution
- Host: GitHub
- URL: https://github.com/govtechsg/socat
- Owner: GovTechSG
- Created: 2018-03-08T06:50:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T08:18:17.000Z (over 8 years ago)
- Last Synced: 2025-02-22T10:31:31.081Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- 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 squid proxy with credentials.
It will exposes a LOCAL_PORT to allow connection to remote site from squid proxy server.
## Docker build
```
$ docker build -t socat -f Dockerfile .
```