Skip to content

Commit

Permalink
add gost checking
Browse files Browse the repository at this point in the history
  • Loading branch information
haoel committed May 2, 2023
1 parent 4a59fe4 commit 5a7649f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,13 @@ sudo docker run -d --name gost \
> -L "http2://${BIND_IP}:${PORT}?auth=${AUTH}&cert=${CERT}&key=${KEY}&probe_resist=code:404&knock=www.go ogle.> com"
> ```
如无意外,你的服务就启起来了。你可以使用下面的命令验证你的 gost 服务是否正常。
如无意外,你的服务就启起来了。 你可以使用如下命令在检查有没有启动成功:

- `sudo docker ps` 来查看 gost 是否在运行。
- `netstat -nolp | grep 443` 来查看 gost 是否在监听 443 端口。
- `sudo docker logs gost` 来查看 gost 的日志。

你可以使用下面的命令验证你的 gost 服务是否正常。

```shell
curl -v "https://www.google.com" --proxy "https://DOMAIN" --proxy-user 'USER:PASS'
Expand Down

0 comments on commit 5a7649f

Please sign in to comment.