diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 42a8886..134c311 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
if: github.repository_owner == 'hwdsl2'
strategy:
matrix:
- os_version: ["centos:8", "centos:7", "ubuntu:16.04", "debian:8"]
+ os_version: ["centos:8", "centos:7", "ubuntu:16.04"]
fail-fast: false
env:
OS_VERSION: ${{ matrix.os_version }}
diff --git a/README-zh.md b/README-zh.md
index b9d548d..094478b 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -53,23 +53,23 @@ wget https://git.io/vpnsetup -O vpnsetup.sh && sudo sh vpnsetup.sh
- 封装所有的 VPN 流量在 UDP 协议,不需要 ESP 协议支持
- 可直接作为 Amazon EC2 实例创建时的用户数据使用
- 包含 `sysctl.conf` 优化设置,以达到更佳的传输性能
-- 已测试: Ubuntu 20.04/18.04/16.04, Debian 10/9/8 和 CentOS 8/7/6
+- 已测试: Ubuntu 20.04/18.04/16.04, Debian 10/9 和 CentOS 8/7/6
## 系统要求
一个新创建的 Amazon EC2 实例,使用这些映像之一:
-- Ubuntu 20.04 (Focal), 18.04 (Bionic) or 16.04 (Xenial)
-- Debian 10 (Buster)[\*](#debian-10-note), 9 (Stretch) or 8 (Jessie)
-- CentOS 8 (x86_64) with Updates
+- Ubuntu 20.04 (Focal), 18.04 (Bionic) 或者 16.04 (Xenial)
+- Debian 10 (Buster)[\*](#debian-10-note) 或者 9 (Stretch)
+- CentOS 8 (x86_64)
- CentOS 7 (x86_64) with Updates
- CentOS 6 (x86_64) with Updates
-- Red Hat Enterprise Linux (RHEL) 8, 7 or 6
+- Red Hat Enterprise Linux (RHEL) 8, 7 或者 6
请参见 详细步骤 以及 EC2 定价细节。
**-或者-**
-一个专用服务器,或者基于 KVM/Xen 的虚拟专用服务器 (VPS),全新安装以上操作系统之一。OpenVZ VPS 不受支持,用户可以另外尝试 OpenVPN。
+一个专用服务器或者虚拟专用服务器 (VPS),全新安装以上操作系统之一。OpenVZ VPS 不受支持,用户可以另外尝试 OpenVPN。
这也包括各种公共云服务中的 Linux 虚拟机,比如 DigitalOcean, Vultr, Linode, Google Compute Engine, Amazon Lightsail, Microsoft Azure, IBM Cloud, OVH 和 Rackspace。
diff --git a/README.md b/README.md
index f53f7a9..cf0236d 100644
--- a/README.md
+++ b/README.md
@@ -53,14 +53,14 @@ For other installation options and how to set up VPN clients, read the sections
- Encapsulates all VPN traffic in UDP - does not need ESP protocol
- Can be directly used as "user-data" for a new Amazon EC2 instance
- Includes `sysctl.conf` optimizations for improved performance
-- Tested with Ubuntu 20.04/18.04/16.04, Debian 10/9/8 and CentOS 8/7/6
+- Tested with Ubuntu 20.04/18.04/16.04, Debian 10/9 and CentOS 8/7/6
## Requirements
A newly created Amazon EC2 instance, from one of these images:
- Ubuntu 20.04 (Focal), 18.04 (Bionic) or 16.04 (Xenial)
-- Debian 10 (Buster)[\*](#debian-10-note), 9 (Stretch) or 8 (Jessie)
-- CentOS 8 (x86_64) with Updates
+- Debian 10 (Buster)[\*](#debian-10-note) or 9 (Stretch)
+- CentOS 8 (x86_64)
- CentOS 7 (x86_64) with Updates
- CentOS 6 (x86_64) with Updates
- Red Hat Enterprise Linux (RHEL) 8, 7 or 6
@@ -69,7 +69,7 @@ Please see OpenVPN.
+A dedicated server or virtual private server (VPS), freshly installed with one of the above OS. OpenVZ VPS is not supported, users could instead try OpenVPN.
This also includes Linux VMs in public clouds, such as DigitalOcean, Vultr, Linode, Google Compute Engine, Amazon Lightsail, Microsoft Azure, IBM Cloud, OVH and Rackspace.