mirror of
https://github.com/teddysun/across.git
synced 2025-10-18 02:25:33 +08:00
Added L2TP/IPSec VPN Server Docker Image
Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
16
docker/l2tp/l2tp.env
Normal file
16
docker/l2tp/l2tp.env
Normal file
@@ -0,0 +1,16 @@
|
||||
# This file is part of L2TP/IPSec VPN Server Docker image.
|
||||
# Define your own values for these environment variables.
|
||||
# DO NOT put "" or '' around values, or add space around =
|
||||
# DO NOT use these special characters within values: \ " '
|
||||
|
||||
VPN_IPSEC_PSK=teddysun.com
|
||||
VPN_USER=vpnuser
|
||||
VPN_PASSWORD=vpnpassword
|
||||
VPN_PUBLIC_IP=
|
||||
VPN_L2TP_NET=
|
||||
VPN_L2TP_LOCAL=
|
||||
VPN_L2TP_REMOTE=
|
||||
VPN_XAUTH_NET=
|
||||
VPN_XAUTH_REMOTE=
|
||||
VPN_DNS1=
|
||||
VPN_DNS2=
|
Reference in New Issue
Block a user