1
0
mirror of synced 2024-11-25 14:26:09 +03:00

Update docs

- Update Linux VPN client instructions. Ref: #876
This commit is contained in:
hwdsl2 2021-01-05 23:53:07 -06:00
parent 346e862ebb
commit 0a8470da38
2 changed files with 4 additions and 4 deletions

View File

@ -498,8 +498,8 @@ noipdefault
defaultroute defaultroute
usepeerdns usepeerdns
connect-delay 5000 connect-delay 5000
name $VPN_USER name "$VPN_USER"
password $VPN_PASSWORD password "$VPN_PASSWORD"
EOF EOF
chmod 600 /etc/ppp/options.l2tpd.client chmod 600 /etc/ppp/options.l2tpd.client

View File

@ -497,8 +497,8 @@ noipdefault
defaultroute defaultroute
usepeerdns usepeerdns
connect-delay 5000 connect-delay 5000
name $VPN_USER name "$VPN_USER"
password $VPN_PASSWORD password "$VPN_PASSWORD"
EOF EOF
chmod 600 /etc/ppp/options.l2tpd.client chmod 600 /etc/ppp/options.l2tpd.client