https://github.com/nfvs/docker-anyconnect-proxy
https://github.com/nfvs/docker-anyconnect-proxy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nfvs/docker-anyconnect-proxy
- Owner: nfvs
- Created: 2019-04-30T07:17:02.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T09:09:39.000Z (about 1 year ago)
- Last Synced: 2025-07-29T07:49:50.158Z (11 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configuring
Create `.env` file with the following parameters:
```sh
ANYCONNECT_SERVER=
ANYCONNECT_USER=
ANYCONNECT_GROUP=
ANYCONNECT_PASSWORD=
```
# Running
```sh
$ docker-compose up -d
```