diff --git a/README-zh.md b/README-zh.md index 700b749..3ddccc5 100644 --- a/README-zh.md +++ b/README-zh.md @@ -89,7 +89,7 @@ sudo sh vpnsetup_centos.sh 仅适用于 Amazon EC2 实例:在安全组设置中,请打开 UDP 端口 500 和 4500,以及 TCP 端口 22 (可选,用于 SSH )。 -如果你为服务器配置了自定义 SSH 端口(不是 22)或希望允许其他服务,请在运行脚本之前编辑 IPTables 防火墙规则。 +如果你为服务器配置了自定义 SSH 端口(不是 22)或希望允许其他服务,请在运行脚本之前编辑 IPTables 防火墙规则。 这些脚本每次在更改你的配置文件之前,会在同一目录下以 `.old-日期-时间` 为后缀备份现有的配置文件。 diff --git a/README.md b/README.md index d663411..ad627a3 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,27 @@ We will use Libreswan as th #### Link to VPN tutorial with detailed usage instructions +## Table of Contents + +- [Author](#author) +- [Main Features](#main-features) +- [Requirements](#requirements) +- [Installation](#installation) + - [For Ubuntu and Debian](#for-ubuntu-and-debian) + - [For CentOS and RHEL](#for-centos-and-rhel) +- [Next Steps](#next-steps) +- [Important Notes](#important-notes) +- [Upgrading Libreswan](#upgrading-libreswan) +- [Bugs & Questions](#bugs--questions) +- [Copyright and License](#copyright-and-license) + ## Author ##### Lin Song - Final year U.S. PhD candidate seeking opportunities in the industry. - View my LinkedIn profile and contact me: www.linkedin.com/in/linsongui -## Features +## Main Features - Fully automated IPsec/L2TP VPN server setup, no user input needed - Encapsulates all VPN traffic in UDP - does not need ESP protocol @@ -93,7 +107,7 @@ Clients are configured to use security group, open UDP ports 500 & 4500 and TCP port 22 (optional, for SSH). -If you configured a custom SSH port (not 22) or wish to allow other services, edit IPTables rules before using the scripts. +If you configured a custom SSH port (not 22) or wish to allow other services, edit IPTables rules before using the scripts. The scripts will backup your existing config files before making changes, to the same folder with `.old-date-time` suffix.