File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 17
17
- server 是服务端运行在 vps 上
18
18
- test.xyz.crt 和 test.xyz.key 是 tls 证书, 随便在那个域名厂商申请或者 acme 免费的域名证书
19
19
20
- 目前如果程序内写死了 域名信息含 baidu 就走直连 ,如果是 google 就走代理, 应该仅支持 https 没试过 http
21
- 没有释放连接,不确定会不会有问题
20
+ 目前如果程序内写死了 域名信息含 baidu 就走直连 ,如果是 google 就走代理,
21
+
22
+ - 应该仅支持 https 没试过 http
23
+ - 没有释放连接,不确定会不会有问题
24
+ - 没有缓存,
25
+ - 没有 id 效验
26
+
22
27
## 运行
23
28
24
29
``` sh
@@ -31,3 +36,9 @@ go run main.go
31
36
``` sh
32
37
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o go-proxy-server -trimpath -ldflags " -s -w -buildid=" main.go
33
38
```
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 >
You can’t perform that action at this time.
0 commit comments