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