Update README

This commit is contained in:
hwdsl2 2022-06-02 09:09:51 -05:00
parent b84fd70d86
commit 0443468ccb
2 changed files with 16 additions and 12 deletions

View File

@ -19,11 +19,9 @@ sudo bash wireguard.sh
<details>
<summary>
或者,你也可以使用以下命令
你也可以使用 curl 下载
</summary>
你也可以使用 `curl` 下载:
```bash
curl -fL https://get.vpnsetup.net/wg -o wireguard.sh
sudo bash wireguard.sh
@ -32,12 +30,16 @@ sudo bash wireguard.sh
如果无法下载,打开 [wireguard-install.sh](wireguard-install.sh),然后点击右边的 `Raw` 按钮。按快捷键 `Ctrl/Cmd+A` 全选,`Ctrl/Cmd+C` 复制,然后粘贴到你喜欢的编辑器。
</details>
安装完成后,你可以再次运行脚本来管理用户或卸载 WireGuard。
[WireGuard VPN 客户端](https://www.wireguard.com/install/) 在 Windows, macOS, iOS 和 Android 上可用。
\* 一个云服务器,虚拟专用服务器 (VPS) 或者专用服务器。
## 下一步
安装完成后,你可以再次运行脚本来管理用户或者卸载 WireGuard。
[WireGuard VPN 客户端](https://www.wireguard.com/install/) 在 Windows, macOS, iOS 和 Android 上可用。要添加 VPN 连接,请在你的设备上打开 WireGuard 应用程序,单击 "添加" 按钮,然后扫描脚本输出中生成的二维码。
开始使用自己的专属 VPN! :sparkles::tada::rocket::sparkles:
## 致谢
此脚本基于 [Nyr 和 contributors](https://github.com/Nyr/wireguard-install) 的出色工作,并进行了增强和更改以与 [Setup IPsec VPN](https://github.com/hwdsl2/setup-ipsec-vpn) 项目兼容。

View File

@ -19,11 +19,9 @@ sudo bash wireguard.sh
<details>
<summary>
Alternative one-liner.
You may also use curl to download.
</summary>
You may also use `curl` to download:
```bash
curl -fL https://get.vpnsetup.net/wg -o wireguard.sh
sudo bash wireguard.sh
@ -32,11 +30,15 @@ sudo bash wireguard.sh
If you are unable to download, open [wireguard-install.sh](wireguard-install.sh), then click the `Raw` button on the right. Press `Ctrl/Cmd+A` to select all, `Ctrl/Cmd+C` to copy, then paste into your favorite editor.
</details>
\* A cloud server, virtual private server (VPS) or dedicated server.
## Next steps
After setup, you can run the script again to manage users or uninstall WireGuard.
[WireGuard VPN clients](https://www.wireguard.com/install/) are available for Windows, macOS, iOS and Android.
[WireGuard VPN clients](https://www.wireguard.com/install/) are available for Windows, macOS, iOS and Android. To add a VPN connection, open the WireGuard App on your device, click on the "Add" button, then scan the generated QR code in the script output.
\* A cloud server, virtual private server (VPS) or dedicated server.
Enjoy your very own VPN! :sparkles::tada::rocket::sparkles:
## Credits