diff --git a/README-zh.md b/README-zh.md index 3360417..340733b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -72,6 +72,7 @@ https://gitlab.com/hwdsl2/wireguard-install/-/raw/master/wireguard-install.sh - 改进了与 Setup IPsec VPN 的兼容性 - 改进了脚本的可靠性,用户输入和输出 +- 支持列出现有的 VPN 客户端 - 支持为 VPN 客户端自定义 DNS 服务器 - 优化 `sysctl` 设置以提高 VPN 性能 - 使用 `sudo` 时改进了客户端配置文件的创建 diff --git a/README.md b/README.md index c3e0c8d..9183c9c 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ List of enhancements over Nyr/wireguard-install. - Improved compatibility with Setup IPsec VPN - Improved script reliability, user input and output +- Supports listing existing VPN clients - Supports custom DNS server(s) for VPN clients - Optimized `sysctl` settings for improved VPN performance - Improved creation of client config files when using `sudo`