mirror of
https://github.com/wahyd4/docker-ipsec-vpn-server.git
synced 2026-08-09 04:46:22 +10:00
7 lines
274 B
Bash
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
|