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:
@@ -9,3 +9,25 @@
|
|||||||
要管理 OpenVPN 客户端,请再次运行安装脚本:`sudo bash openvpn.sh`。
|
要管理 OpenVPN 客户端,请再次运行安装脚本:`sudo bash openvpn.sh`。
|
||||||
|
|
||||||
阅读 [:book: VPN book](https://ko-fi.com/post/Support-this-project-and-get-access-to-supporter-o-X8X5FVFZC) 以了解配置和管理 OpenVPN 客户端的分步说明。
|
阅读 [:book: VPN book](https://ko-fi.com/post/Support-this-project-and-get-access-to-supporter-o-X8X5FVFZC) 以了解配置和管理 OpenVPN 客户端的分步说明。
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
查看 OpenVPN 脚本的使用信息。
|
||||||
|
</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
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>
|
||||||
|
|||||||
@@ -9,3 +9,25 @@ To add a VPN connection, first securely transfer the generated `.ovpn` file to y
|
|||||||
To manage OpenVPN clients, run the install script again: `sudo bash openvpn.sh`.
|
To manage OpenVPN clients, run the install script again: `sudo bash openvpn.sh`.
|
||||||
|
|
||||||
Read [:book: VPN book](https://ko-fi.com/post/Support-this-project-and-get-access-to-supporter-o-O5O7FVF8J) to learn step-by-step instructions to configure and manage OpenVPN clients.
|
Read [:book: VPN book](https://ko-fi.com/post/Support-this-project-and-get-access-to-supporter-o-O5O7FVF8J) to learn step-by-step instructions to configure and manage OpenVPN clients.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
View usage information for the OpenVPN script.
|
||||||
|
</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user