diff --git a/README-zh.md b/README-zh.md
index a4ed9d6..1946904 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -6,9 +6,9 @@
我们将使用 Libreswan 作为 IPsec 服务器,以及 xl2tpd 作为 L2TP 提供者。
-#### 详细的 VPN 教程请参见我的博客文章
+**» 相关教程: IPsec VPN Server Auto Setup with Libreswan**
-## 目录
+#### 目录
- [功能特性](#功能特性)
- [系统要求](#系统要求)
@@ -97,7 +97,7 @@ sudo sh vpnsetup_centos.sh
配置你的计算机或其它设备使用 VPN 。请参见: 配置 IPsec/L2TP VPN 客户端。
-**NEW:** 新增支持更高效的 `IPsec/XAuth ("Cisco IPsec")` 模式: 配置 IPsec/XAuth VPN 客户端。
+**NEW:** 新增支持更高效的 `"Cisco IPsec"` 模式: 配置 IPsec/XAuth VPN 客户端。
开始使用自己的专属 VPN ! :sparkles::tada::rocket::sparkles:
@@ -148,12 +148,7 @@ sudo sh vpnsetup_centos.sh
openssl passwd -1 ""
```
-在完成修改之后,你必须重新启动相关服务:
-
-```bash
-service ipsec restart
-service xl2tpd restart
-```
+在完成修改之后,需要重启服务器。
## 关于升级Libreswan
@@ -176,6 +171,8 @@ service xl2tpd restart
- 现在正在积极寻找新的工作机会,比如软件或系统工程师
- 在 LinkedIn 上与我联系: https://www.linkedin.com/in/linsongui
+感谢本项目所有的 [贡献者](https://github.com/hwdsl2/setup-ipsec-vpn/graphs/contributors)!
+
## 授权协议
版权所有 (C) 2014-2016 Lin Song
diff --git a/README.md b/README.md
index cbf8cb8..6dc4031 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
*Read this in other languages: [English](README.md), [简体中文](README-zh.md).*
-Set up your own IPsec VPN server in just a few minutes, with IPsec/L2TP and Cisco IPsec on Ubuntu, Debian and CentOS. All you need to do is provide your own VPN credentials, and the scripts will handle the rest.
+These scripts will let you set up your own IPsec VPN server, with IPsec/L2TP and Cisco IPsec on Ubuntu, Debian & CentOS. All you need to do is provide your own VPN credentials, and the scripts will handle the rest.
We will use Libreswan as the IPsec server, and xl2tpd as the L2TP provider.
-#### Link to my VPN tutorial with detailed instructions
+**» Related tutorial: IPsec VPN Server Auto Setup with Libreswan**
-## Table of Contents
+#### Table of Contents
- [Features](#features)
- [Requirements](#requirements)
@@ -97,7 +97,7 @@ If unable to download via `wget`, you may alternatively open Configure IPsec/L2TP VPN Clients.
-**NEW:** The faster `IPsec/XAuth ("Cisco IPsec")` mode is now supported: Configure IPsec/XAuth VPN Clients.
+**NEW:** The faster `"Cisco IPsec"` mode is also supported: Configure IPsec/XAuth VPN Clients.
Enjoy your very own VPN! :sparkles::tada::rocket::sparkles:
@@ -148,12 +148,7 @@ Passwords in this file are salted and hashed. This step can be done using e.g. t
openssl passwd -1 ""
```
-When finished, you must restart services with:
-
-```bash
-service ipsec restart
-service xl2tpd restart
-```
+When finished making changes, reboot your server.
## Upgrading Libreswan
@@ -176,6 +171,8 @@ The additional scripts
- Actively seeking opportunities in areas such as Software or Systems Engineering
- Contact me on LinkedIn: https://www.linkedin.com/in/linsongui
+A special thanks to [all contributors](https://github.com/hwdsl2/setup-ipsec-vpn/graphs/contributors) of this project!
+
## License
Copyright (C) 2014-2016 Lin Song