Skip to content

Commit 53ccdbd

Browse files
committed
refine the doc
1 parent 5393bbf commit 53ccdbd

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,19 @@ echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyr
10501050
sudo apt update
10511051
sudo apt install cloudflare-warp
10521052
```
1053+
> **Note**
1054+
>
1055+
> 安装过程中,可能会出现如下错误:
1056+
> ```
1057+
> The following packages have unmet dependencies:
1058+
> cloudflare-warp : Depends: nftables but it is not going to be installed
1059+
> Depends: gnupg2 but it is not going to be installed
1060+
> Depends: desktop-file-utils but it is not going to be installed
1061+
> Depends: libnss3-tools but it is not going to be installed
1062+
> linux-headers-aws : Depends: linux-headers-5.3.0-1028-aws but it is not going to be installed
1063+
> E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
1064+
> ```
1065+
> 你先执行 `sudo apt --fix-broken install`,然后再执行 `sudo apt install cloudflare-warp` 即可。
10531066
10541067
**2) 配置 Cloudflare WARP**
10551068
@@ -1100,10 +1113,8 @@ curl -x "socks5://127.0.0.1:40000" ipinfo.io
11001113
如果输出现如下的信息,那么恭喜你,你已经成功了
11011114

11021115
```json
1103-
{
11041116
"ip": "104.28.247.70",
11051117
"org": "AS13335 Cloudflare, Inc."
1106-
}
11071118
```
11081119

11091120
**5)配置 Gost 路由转发**
@@ -1140,7 +1151,7 @@ sudo docker run -d --name gost-warp \
11401151
-v ${CERT_DIR}:${CERT_DIR}:ro \
11411152
--net=host ginuerzh/gost \
11421153
-L "http2://${USER}:${PASS}@${BIND_IP}:8443?cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.google.com" \
1143-
-F "socks://localhost:40000
1154+
-F "socks://localhost:40000"
11441155
```
11451156

11461157
> **Note**

0 commit comments

Comments
 (0)