Skip to content

Commit 5a7649f

Browse files
committed
add gost checking
1 parent 4a59fe4 commit 5a7649f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,13 @@ sudo docker run -d --name gost \
250250
> -L "http2://${BIND_IP}:${PORT}?auth=${AUTH}&cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.go ogle.> com"
251251
> ```
252252
253-
如无意外,你的服务就启起来了。你可以使用下面的命令验证你的 gost 服务是否正常。
253+
如无意外,你的服务就启起来了。 你可以使用如下命令在检查有没有启动成功:
254+
255+
- `sudo docker ps` 来查看 gost 是否在运行。
256+
- `netstat -nolp | grep 443` 来查看 gost 是否在监听 443 端口。
257+
- `sudo docker logs gost` 来查看 gost 的日志。
258+
259+
你可以使用下面的命令验证你的 gost 服务是否正常。
254260
255261
```shell
256262
curl -v "https://www.google.com" --proxy "https://DOMAIN" --proxy-user 'USER:PASS'

0 commit comments

Comments
 (0)