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

https://github.com/kool-dev/docker-vpn

Docker images for connecting through VPN for automations and CI
https://github.com/kool-dev/docker-vpn

Last synced: 9 months ago
JSON representation

Docker images for connecting through VPN for automations and CI

Awesome Lists containing this project

README

          

# Docker images for VPN connection

## Available Tags

### FortiVPN

- [fortivpn](https://github.com/kool-dev/docker-vpn/blob/main/fortivpn/Dockerfile)

## Usage

Example using `kooldev/vpn:fortivpn`:

```console
$ docker run --rm -d --volume=path/to/my/config/file:/etc/openfortivpn/config kooldev/vpn:fortivpn
```

## Configuration file

For `kooldev/vpn:fortivpn`:

```
# ### config file for openfortivpn, see man openfortivpn(1) ###
host =
port =
username =
password =
trusted-cert =
```

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.