From 4f7050d9d0300181fe1c66892bccf8c12fc3f7f9 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 11 May 2016 02:08:26 -0500 Subject: [PATCH] Update README.md --- README-zh.md | 12 ++++++------ README.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README-zh.md b/README-zh.md index bec782e..9e15a91 100644 --- a/README-zh.md +++ b/README-zh.md @@ -67,12 +67,6 @@ sudo sh vpnsetup_centos.sh 如果无法通过 `wget` 下载,你也可以打开 vpnsetup.sh (或者 vpnsetup_centos.sh),然后点击右方的 **`Raw`** 按钮。按快捷键 `Ctrl-A` 全选, `Ctrl-C` 复制,然后粘贴到你喜欢的编辑器。 -## 使用方法 - -配置你的计算机或其它设备使用 VPN 。请参见: 配置 IPsec/L2TP VPN 客户端。 - -开始使用自己的专属 VPN ! :sparkles::tada::rocket::sparkles: - ## 重要提示 **Windows 用户** 在首次连接之前需要修改一次注册表,以解决 VPN 服务器和客户端与 NAT (比如家用路由器)的兼容问题。另外如果遇到`Error 628`,请打开 VPN 连接属性的"安全"选项卡,启用 `CHAP` 选项并禁用 `MS-CHAP v2`。 @@ -89,6 +83,12 @@ sudo sh vpnsetup_centos.sh 这些脚本在更改现有的配置文件之前会先做备份,使用 `.old-日期-时间` 为文件名后缀。 +## 下一步 + +配置你的计算机或其它设备使用 VPN 。请参见: 配置 IPsec/L2TP VPN 客户端。 + +开始使用自己的专属 VPN ! :sparkles::tada::rocket::sparkles: + ## 关于升级Libreswan 提供两个额外的脚本 vpnupgrade_Libreswan.shvpnupgrade_Libreswan_centos.sh ,可用于将已安装的 Libreswan 不定期升级至最新版本。请关注官方网站,并在运行前根据需要更新 `SWAN_VER` 变量。 diff --git a/README.md b/README.md index d73baeb..3108ff5 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,6 @@ sudo sh vpnsetup_centos.sh If unable to download via `wget`, you may alternatively open vpnsetup.sh (or vpnsetup_centos.sh) and click the **`Raw`** button. Press `Ctrl-A` to select all, `Ctrl-C` to copy, then paste into your favorite editor. -## Usage - -Get your computer or device to use the VPN. Please see: Configure IPsec/L2TP VPN Clients. - -Enjoy your very own VPN! :sparkles::tada::rocket::sparkles: - ## Important Notes For **Windows users**, a one-time registry change is required if the VPN server and/or client is behind NAT (e.g. home router). In case you see `Error 628`, go to the "Security" tab of VPN connection properties, enable `CHAP` and disable `MS-CHAP v2`. @@ -88,6 +82,12 @@ For servers with a custom SSH port (not 22) or other services, edit the Configure IPsec/L2TP VPN Clients. + +Enjoy your very own VPN! :sparkles::tada::rocket::sparkles: + ## Upgrading Libreswan The additional scripts vpnupgrade_Libreswan.sh and vpnupgrade_Libreswan_centos.sh can be used to periodically upgrade Libreswan to the latest version. Check the official website and update the `SWAN_VER` variable as necessary.