From 01f32b74a32f1f422a11d2c335edd14219e9dee7 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 20 Sep 2022 00:10:54 -0500 Subject: [PATCH] Update docs --- README-zh.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-zh.md b/README-zh.md index e9a1d3a..5d8599b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -72,6 +72,7 @@ https://gitlab.com/hwdsl2/openvpn-install/-/raw/master/openvpn-install.sh - 改进了脚本的可靠性,用户输入和输出 - 增加了对 Amazon Linux 2 的支持 - 支持导出现有 VPN 客户端的配置 +- 支持为 VPN 客户端自定义 DNS 服务器 - 优化 `sysctl` 设置以提高 VPN 性能 - 使用 `sudo` 时改进了客户端配置文件的创建 diff --git a/README.md b/README.md index 458f5e5..ad5a98b 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ List of enhancements over Nyr/openvpn-install. - Improved script reliability, user input and output - Added support for Amazon Linux 2 - Supports exporting configuration for an existing VPN client +- Supports custom DNS server(s) for VPN clients - Optimized `sysctl` settings for improved VPN performance - Improved creation of client config files when using `sudo`