diff --git a/README-zh.md b/README-zh.md index d6f8b13..a9de1c8 100644 --- a/README-zh.md +++ b/README-zh.md @@ -52,6 +52,8 @@ sudo bash openvpn.sh --auto sudo bash openvpn.sh ``` +你可以自定义以下选项:VPN 服务器的域名,协议 (TCP/UDP) 和端口,VPN 客户端的 DNS 服务器以及第一个客户端的名称。 +
如果无法下载,请点这里。 @@ -130,6 +132,7 @@ ANSWERS - 改进了与 Setup IPsec VPN 的兼容性 - 改进了脚本的可靠性,用户输入和输出 - 支持使用默认选项自动安装 +- 支持使用域名作为服务器地址 - 增加了对 openSUSE Linux 的支持 - 增加了对 Amazon Linux 2 的支持 - 支持导出现有 VPN 客户端的配置 diff --git a/README.md b/README.md index 02ed2bd..010f320 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ For servers with an external firewall (e.g. [EC2](https://docs.aws.amazon.com/AW 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. +
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 script reliability, user input and output - Supports auto install using default options +- Supports using a DNS name as server address - Added support for openSUSE Linux - Added support for Amazon Linux 2 - Supports exporting configuration for an existing VPN client