From e6ebdeaaf8bf197d76e13076c5b9510bf49cfb71 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Fri, 30 Dec 2016 16:24:47 -0600 Subject: [PATCH] Update docs [ci skip] --- docs/clients-zh.md | 6 ++---- docs/clients.md | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 8ab0b72..ddb74a9 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -176,7 +176,7 @@ yum -y install strongswan xl2tpd ``` VPN_SERVER_IP='your_vpn_server_ip' VPN_IPSEC_PSK='your_ipsec_pre_shared_key' -VPN_USERNAME='your_vpn_username' +VPN_USER='your_vpn_username' VPN_PASSWORD='your_vpn_password' ``` @@ -251,10 +251,8 @@ mru 1280 noipdefault defaultroute usepeerdns -debug -lock connect-delay 5000 -name $VPN_USERNAME +name $VPN_USER password $VPN_PASSWORD EOF diff --git a/docs/clients.md b/docs/clients.md index ce79f82..4c2dc8c 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -176,7 +176,7 @@ Create VPN variables (replace with actual values): ``` VPN_SERVER_IP='your_vpn_server_ip' VPN_IPSEC_PSK='your_ipsec_pre_shared_key' -VPN_USERNAME='your_vpn_username' +VPN_USER='your_vpn_username' VPN_PASSWORD='your_vpn_password' ``` @@ -251,10 +251,8 @@ mru 1280 noipdefault defaultroute usepeerdns -debug -lock connect-delay 5000 -name $VPN_USERNAME +name $VPN_USER password $VPN_PASSWORD EOF