Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alireaza/openconnect
OpenConnect + OCProxy
https://github.com/alireaza/openconnect
docker openconnect
Last synced: 21 days ago
JSON representation
OpenConnect + OCProxy
- Host: GitHub
- URL: https://github.com/alireaza/openconnect
- Owner: alireaza
- Created: 2019-05-31T07:27:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T07:40:35.000Z (about 2 years ago)
- Last Synced: 2024-05-21T05:03:39.991Z (8 months ago)
- Topics: docker, openconnect
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenConnect
## Build
Via GitHub repository
```bash
$ docker build --tag alireaza/openconnect:$(date -u +%Y%m%d) --tag alireaza/openconnect:latest https://github.com/alireaza/openconnect.git
```## Run
SOCKS5:9052
```bash
$ docker run --interactive --tty --rm --env="url=SERVER" --env="username=USERNAME" --env="password=PASSWORD" --publish="9052:9052" --name="openconnect" alireaza/openconnect
```