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

https://github.com/govtechsg/socat

socat solution
https://github.com/govtechsg/socat

Last synced: about 2 months ago
JSON representation

socat solution

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 .
```