mirror of
https://github.com/wahyd4/docker-ipsec-vpn-server.git
synced 2026-08-25 12:46:03 +10:00
8 lines
298 B
Bash
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
|