Fix line endings in clients.md (#1321)
This commit is contained in:
parent
dc32e28f47
commit
7079c6bcd2
@ -69,8 +69,8 @@ Alternatively, instead of following the steps above, you may create the VPN conn
|
|||||||
# Disable persistent command history
|
# Disable persistent command history
|
||||||
Set-PSReadlineOption –HistorySaveStyle SaveNothing
|
Set-PSReadlineOption –HistorySaveStyle SaveNothing
|
||||||
# Create VPN connection
|
# Create VPN connection
|
||||||
Add-VpnConnection -Name 'My IPsec VPN' -ServerAddress 'Your VPN Server IP' ^
|
Add-VpnConnection -Name 'My IPsec VPN' -ServerAddress 'Your VPN Server IP' `
|
||||||
-L2tpPsk 'Your VPN IPsec PSK' -TunnelType L2tp -EncryptionLevel Required ^
|
-L2tpPsk 'Your VPN IPsec PSK' -TunnelType L2tp -EncryptionLevel Required `
|
||||||
-AuthenticationMethod Chap,MSChapv2 -Force -RememberCredential -PassThru
|
-AuthenticationMethod Chap,MSChapv2 -Force -RememberCredential -PassThru
|
||||||
# Ignore the data encryption warning (data is encrypted in the IPsec tunnel)
|
# Ignore the data encryption warning (data is encrypted in the IPsec tunnel)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user