parent
7079c6bcd2
commit
c8463092c7
@ -69,8 +69,8 @@
|
|||||||
# 不保存命令行历史记录
|
# 不保存命令行历史记录
|
||||||
Set-PSReadlineOption –HistorySaveStyle SaveNothing
|
Set-PSReadlineOption –HistorySaveStyle SaveNothing
|
||||||
# 创建 VPN 连接
|
# 创建 VPN 连接
|
||||||
Add-VpnConnection -Name 'My IPsec VPN' -ServerAddress '你的 VPN 服务器 IP' ^
|
Add-VpnConnection -Name 'My IPsec VPN' -ServerAddress '你的 VPN 服务器 IP' `
|
||||||
-L2tpPsk '你的 VPN IPsec PSK' -TunnelType L2tp -EncryptionLevel Required ^
|
-L2tpPsk '你的 VPN IPsec PSK' -TunnelType L2tp -EncryptionLevel Required `
|
||||||
-AuthenticationMethod Chap,MSChapv2 -Force -RememberCredential -PassThru
|
-AuthenticationMethod Chap,MSChapv2 -Force -RememberCredential -PassThru
|
||||||
# 忽略 data encryption 警告(数据在 IPsec 隧道中已被加密)
|
# 忽略 data encryption 警告(数据在 IPsec 隧道中已被加密)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user