From 0a8470da38552a4dcf512cf0b94f325b6ed76036 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 5 Jan 2021 23:53:07 -0600 Subject: [PATCH] Update docs - Update Linux VPN client instructions. Ref: #876 --- docs/clients-zh.md | 4 ++-- docs/clients.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/clients-zh.md b/docs/clients-zh.md index 548fdae..4f94c4d 100644 --- a/docs/clients-zh.md +++ b/docs/clients-zh.md @@ -498,8 +498,8 @@ noipdefault defaultroute usepeerdns connect-delay 5000 -name $VPN_USER -password $VPN_PASSWORD +name "$VPN_USER" +password "$VPN_PASSWORD" EOF chmod 600 /etc/ppp/options.l2tpd.client diff --git a/docs/clients.md b/docs/clients.md index 62ebebf..f6335e8 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -497,8 +497,8 @@ noipdefault defaultroute usepeerdns connect-delay 5000 -name $VPN_USER -password $VPN_PASSWORD +name "$VPN_USER" +password "$VPN_PASSWORD" EOF chmod 600 /etc/ppp/options.l2tpd.client