/docker-ipsec-vpn-server-instance

Scripts to help setup a VPN server.

Primary LanguageMakefile

VPN Server Configs

How to setup

# Pull docker image
make pull

# Copy config file
cp vpn.env.example vpn.env

# Edit vpn.env file...
emacs -nw vpn.env

# Run server
make run

Check status

# Check logs
make logs

# Check status
make status

# Check connections
make traffic

Refs

docker project