mirror of
https://github.com/hwdsl2/openvpn-install.git
synced 2026-01-10 18:36:17 +00:00
Update docs
This commit is contained in:
24
README-zh.md
24
README-zh.md
@@ -28,6 +28,8 @@
|
|||||||
wget -O openvpn.sh https://get.vpnsetup.net/ovpn
|
wget -O openvpn.sh https://get.vpnsetup.net/ovpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
\* 一个云服务器,虚拟专用服务器 (VPS) 或者专用服务器。
|
||||||
|
|
||||||
**选项 1:** 使用默认选项自动安装 OpenVPN。
|
**选项 1:** 使用默认选项自动安装 OpenVPN。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -108,8 +110,27 @@ ANSWERS
|
|||||||
|
|
||||||
**注:** 安装选项可能会在脚本的未来版本中发生变化。
|
**注:** 安装选项可能会在脚本的未来版本中发生变化。
|
||||||
</details>
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
查看 OpenVPN 脚本的使用信息。
|
||||||
|
</summary>
|
||||||
|
|
||||||
\* 一个云服务器,虚拟专用服务器 (VPS) 或者专用服务器。
|
```
|
||||||
|
Usage: bash openvpn.sh [options]
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--auto auto install OpenVPN using default options
|
||||||
|
--addclient [client name] add a new client
|
||||||
|
--exportclient [client name] export configuration for an existing client
|
||||||
|
--listclients list the names of existing clients
|
||||||
|
--revokeclient [client name] revoke an existing client
|
||||||
|
--uninstall remove OpenVPN and delete all configuration
|
||||||
|
-y, --yes assume "yes" as answer to prompts when revoking a client or removing OpenVPN
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
|
To customize install options, run this script without arguments.
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
## 下一步
|
## 下一步
|
||||||
|
|
||||||
@@ -141,6 +162,7 @@ ANSWERS
|
|||||||
- 支持导出现有 VPN 客户端的配置
|
- 支持导出现有 VPN 客户端的配置
|
||||||
- 支持列出现有的 VPN 客户端
|
- 支持列出现有的 VPN 客户端
|
||||||
- 支持为 VPN 客户端自定义 DNS 服务器
|
- 支持为 VPN 客户端自定义 DNS 服务器
|
||||||
|
- 支持使用命令行参数管理 VPN 客户端
|
||||||
- 优化 `sysctl` 设置以提高 VPN 性能
|
- 优化 `sysctl` 设置以提高 VPN 性能
|
||||||
- 使用 `sudo` 时改进了客户端配置文件的创建
|
- 使用 `sudo` 时改进了客户端配置文件的创建
|
||||||
|
|
||||||
|
|||||||
24
README.md
24
README.md
@@ -28,6 +28,8 @@ First, download the script on your Linux server\*:
|
|||||||
wget -O openvpn.sh https://get.vpnsetup.net/ovpn
|
wget -O openvpn.sh https://get.vpnsetup.net/ovpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
\* A cloud server, virtual private server (VPS) or dedicated server.
|
||||||
|
|
||||||
**Option 1:** Auto install OpenVPN using default options.
|
**Option 1:** Auto install OpenVPN using default options.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -108,8 +110,27 @@ ANSWERS
|
|||||||
|
|
||||||
**Note:** The install options may change in future versions of the script.
|
**Note:** The install options may change in future versions of the script.
|
||||||
</details>
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
View usage information for the OpenVPN script.
|
||||||
|
</summary>
|
||||||
|
|
||||||
\* A cloud server, virtual private server (VPS) or dedicated server.
|
```
|
||||||
|
Usage: bash openvpn.sh [options]
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--auto auto install OpenVPN using default options
|
||||||
|
--addclient [client name] add a new client
|
||||||
|
--exportclient [client name] export configuration for an existing client
|
||||||
|
--listclients list the names of existing clients
|
||||||
|
--revokeclient [client name] revoke an existing client
|
||||||
|
--uninstall remove OpenVPN and delete all configuration
|
||||||
|
-y, --yes assume "yes" as answer to prompts when revoking a client or removing OpenVPN
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
|
To customize install options, run this script without arguments.
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
|
|
||||||
@@ -141,6 +162,7 @@ List of enhancements over Nyr/openvpn-install.
|
|||||||
- Supports exporting configuration for an existing VPN client
|
- Supports exporting configuration for an existing VPN client
|
||||||
- Supports listing existing VPN clients
|
- Supports listing existing VPN clients
|
||||||
- Supports custom DNS server(s) for VPN clients
|
- Supports custom DNS server(s) for VPN clients
|
||||||
|
- Supports command-line options for managing VPN clients
|
||||||
- Optimizes `sysctl` settings for improved VPN performance
|
- Optimizes `sysctl` settings for improved VPN performance
|
||||||
- Improved creation of client config files when using `sudo`
|
- Improved creation of client config files when using `sudo`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user