Files
docker-ipsec-vpn-server/vpn.env.example
T
hwdsl2 c60e77074d Improve error output and clean up
- Output all error messages to STDERR
- Minor improvements and clean up
2016-06-08 01:02:50 -05:00

7 lines
274 B
Bash

# Define your own values for these variables
# - DO NOT put single or double quotes around values, or add space around '='
# - DO NOT use these characters within values: \ " '
VPN_IPSEC_PSK=your_ipsec_pre_shared_key
VPN_USER=your_vpn_username
VPN_PASSWORD=your_vpn_password