From 7079c6bcd2f1156a9485f2dd124c3a6ce3ef7cb2 Mon Sep 17 00:00:00 2001 From: Felix Storm Date: Sat, 11 Feb 2023 04:47:41 +0100 Subject: [PATCH] Fix line endings in clients.md (#1321) --- docs/clients.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/clients.md b/docs/clients.md index d1fd20d..609cd7d 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -69,8 +69,8 @@ Alternatively, instead of following the steps above, you may create the VPN conn # Disable persistent command history Set-PSReadlineOption –HistorySaveStyle SaveNothing # Create VPN connection -Add-VpnConnection -Name 'My IPsec VPN' -ServerAddress 'Your VPN Server IP' ^ - -L2tpPsk 'Your VPN IPsec PSK' -TunnelType L2tp -EncryptionLevel Required ^ +Add-VpnConnection -Name 'My IPsec VPN' -ServerAddress 'Your VPN Server IP' ` + -L2tpPsk 'Your VPN IPsec PSK' -TunnelType L2tp -EncryptionLevel Required ` -AuthenticationMethod Chap,MSChapv2 -Force -RememberCredential -PassThru # Ignore the data encryption warning (data is encrypted in the IPsec tunnel) ```