Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntkme/ocserv
:whale: Containerized OpenConnect server (ocserv).
https://github.com/ntkme/ocserv
anyconnect container docker ocserv openconnect podman
Last synced: 10 days ago
JSON representation
:whale: Containerized OpenConnect server (ocserv).
- Host: GitHub
- URL: https://github.com/ntkme/ocserv
- Owner: ntkme
- License: mit
- Created: 2019-09-12T21:30:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:25:41.000Z (about 2 months ago)
- Last Synced: 2024-09-09T19:07:43.815Z (about 2 months ago)
- Topics: anyconnect, container, docker, ocserv, openconnect, podman
- Language: Dockerfile
- Homepage: https://ghcr.io/ntkme/ocserv
- Size: 66.4 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ocserv
``` sh
docker run -d \
--cap-add MKNOD \
--cap-add NET_ADMIN \
--cap-add NET_RAW \
--hostname $(hostname -f) \
--publish 443:443/tcp \
--publish 443:443/udp \
--volume /etc/letsencrypt:/etc/letsencrypt:ro \
ghcr.io/ntkme/ocserv:edge
```