Skip to content

Commit f8f0548

Browse files
committed
add notes
1 parent 645f386 commit f8f0548

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,21 @@ chmod +x warp.sh
986986
- 4 - 安装 WireGuard 相关组件
987987
- 7 - 自动配置 WARP WireGuard 双栈全局网络
988988

989+
>**Note:**
990+
> 1. 如果没有 ipv6 网络,那么第 7 步可以换成第 5 步 自动配置 WARP WireGuard IPv4 网络,或是执行 `./warp.sh 4`
991+
>
992+
> 2. 你需要备份一下你的帐号和配置文件,在 `/etc/warp/` 目录下,主要是两个文件,一个是 `wgcf-account.toml`,一个是 `wgcf-profile.conf`
993+
>
994+
> 3. 这个脚本会启动两个 Systemd 服务,一个是 `warp-svc`,另一个是 `wg-quick@wgcf`。第一个是 Cloudflare Warp 的服务,第二个是 WireGuard 的服务。
995+
>
996+
> 4. 你可以使用 `./warp.sh status` 来查看服务的状态,如果正常的话,会显示如下的信息。如果你的服务没有正常启动,那么会自动 `disable wg-quick@wgcf`,如果这样的话,你可以使用 `./warp.sh d`(ipv4 + ipv6 双栈网格)或是 `./warp.sh 4`(ipv4 网络) 来重头走一遍所有的安装过程。
997+
> ```
998+
> WireGuard : Running
999+
> IPv4 Network : WARP
1000+
> IPv6 Network : WARP
1001+
> ```
1002+
>
1003+
9891004
9901005
使用 `curl ipinfo.io` 命令来检查你的 IP 地址,如果显示的是 Cloudflare 的 IP 地址,那么恭喜你,你已经成功了。如:
9911006
@@ -1006,6 +1021,10 @@ chmod +x warp.sh
10061021

10071022
#### 9.4.2 手动安装
10081023

1024+
> **Note:**
1025+
>
1026+
> 最好还是通过上面的脚本来安装,但是如果你想手动安装,那么你可以参考下面的步骤。
1027+
10091028
**1) 安装软件包**
10101029

10111030
```shell

0 commit comments

Comments
 (0)