Skip to content

Commit aaba58a

Browse files
committed
fix: readme
1 parent 735d7b7 commit aaba58a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@
1717
- server 是服务端运行在 vps 上
1818
- test.xyz.crt 和 test.xyz.key 是 tls 证书, 随便在那个域名厂商申请或者 acme 免费的域名证书
1919

20-
目前如果程序内写死了 域名信息含 baidu 就走直连 ,如果是 google 就走代理, 应该仅支持 https 没试过 http
21-
没有释放连接,不确定会不会有问题
20+
目前如果程序内写死了 域名信息含 baidu 就走直连 ,如果是 google 就走代理,
21+
22+
- 应该仅支持 https 没试过 http
23+
- 没有释放连接,不确定会不会有问题
24+
- 没有缓存,
25+
- 没有 id 效验
26+
2227
## 运行
2328

2429
```sh
@@ -31,3 +36,9 @@ go run main.go
3136
```sh
3237
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o go-proxy-server -trimpath -ldflags "-s -w -buildid=" main.go
3338
```
39+
40+
## 手机测试
41+
<p align="center">
42+
<img alt="VbenAdmin Logo" width="49%" src="https://raw.githubusercontent.com/WangSunio/img/refs/heads/main/images/google.jpeg">
43+
<img alt="VbenAdmin Logo" width="49%" src="https://raw.githubusercontent.com/WangSunio/img/refs/heads/main/images/baidu.jpeg">
44+
</p>

0 commit comments

Comments
 (0)