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

https://github.com/akafeng/docker-strongswan

๐Ÿณ Docker Image Packaging for strongSwan
https://github.com/akafeng/docker-strongswan

debian docker ikev2 ipsec strongswan vpn-client vpn-server

Last synced: 20 days ago
JSON representation

๐Ÿณ Docker Image Packaging for strongSwan

Awesome Lists containing this project

README

          

strongSwan

The open source IPsec-based VPN solution.


Container Registry ยท
Project Source






---

### Pull The Image

```bash
$ docker pull ghcr.io/akafeng/strongswan
```

### Start Container

```bash
$ docker run -d \
--volume=/etc/swanctl/conf.d/:/etc/swanctl/conf.d/ \
--cap-add=NET_ADMIN \
--network=host \
--restart=unless-stopped \
--name=strongswan \
ghcr.io/akafeng/strongswan
```