Update docs

This commit is contained in:
hwdsl2 2022-09-25 22:53:06 -05:00
parent ada0f9f853
commit 7c754961aa
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ https://gitlab.com/hwdsl2/openvpn-install/-/raw/master/openvpn-install.sh
- 改进了脚本的可靠性,用户输入和输出
- 增加了对 Amazon Linux 2 的支持
- 支持导出现有 VPN 客户端的配置
- 支持列出现有的 VPN 客户端
- 支持为 VPN 客户端自定义 DNS 服务器
- 优化 `sysctl` 设置以提高 VPN 性能
- 使用 `sudo` 时改进了客户端配置文件的创建

View File

@ -74,6 +74,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 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`