Update docs

This commit is contained in:
hwdsl2 2023-09-11 23:25:56 -05:00
parent 174408f479
commit a9ae4090bb
2 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,8 @@ sudo bash openvpn.sh --auto
sudo bash openvpn.sh sudo bash openvpn.sh
``` ```
你可以自定义以下选项VPN 服务器的域名,协议 (TCP/UDP) 和端口VPN 客户端的 DNS 服务器以及第一个客户端的名称。
<details> <details>
<summary> <summary>
如果无法下载,请点这里。 如果无法下载,请点这里。
@ -130,6 +132,7 @@ ANSWERS
- 改进了与 Setup IPsec VPN 的兼容性 - 改进了与 Setup IPsec VPN 的兼容性
- 改进了脚本的可靠性,用户输入和输出 - 改进了脚本的可靠性,用户输入和输出
- 支持使用默认选项自动安装 - 支持使用默认选项自动安装
- 支持使用域名作为服务器地址
- 增加了对 openSUSE Linux 的支持 - 增加了对 openSUSE Linux 的支持
- 增加了对 Amazon Linux 2 的支持 - 增加了对 Amazon Linux 2 的支持
- 支持导出现有 VPN 客户端的配置 - 支持导出现有 VPN 客户端的配置

View File

@ -52,6 +52,8 @@ For servers with an external firewall (e.g. [EC2](https://docs.aws.amazon.com/AW
sudo bash openvpn.sh sudo bash openvpn.sh
``` ```
You can customize the following options: VPN server's DNS name, protocol (TCP/UDP) and port, DNS server for VPN clients and name of the first client.
<details> <details>
<summary> <summary>
Click here if you are unable to download. Click here if you are unable to download.
@ -130,6 +132,7 @@ List of enhancements over Nyr/openvpn-install.
- Improved compatibility with Setup IPsec VPN - Improved compatibility with Setup IPsec VPN
- Improved script reliability, user input and output - Improved script reliability, user input and output
- Supports auto install using default options - Supports auto install using default options
- Supports using a DNS name as server address
- Added support for openSUSE Linux - Added support for openSUSE Linux
- Added support for Amazon Linux 2 - Added support for Amazon Linux 2
- Supports exporting configuration for an existing VPN client - Supports exporting configuration for an existing VPN client