Files
docker-ipsec-vpn-server/vpn.env.example
T
2016-06-02 12:06:25 -05:00

8 lines
298 B
Bash

# Define your own values for these variables
# - IPsec pre-shared key, VPN username and password
# - DO NOT put quotes around values, or add space around '='
# - DO NOT use these characters within values: \ " '
VPN_IPSEC_PSK=vpn_ipsec_psk_test
VPN_USER=vpn_user_test
VPN_PASSWORD=vpn_password_test