fix(camel_oil_api): 更新代理服务器地址和端口

- 替换了socks5代理的用户名和密码
- 更改了代理服务器的主机地址
- 修改了代理服务器使用的端口号
This commit is contained in:
danial
2025-12-07 22:29:10 +08:00
parent 7d103c4093
commit cc164aec55

View File

@@ -42,7 +42,7 @@ func NewClient(ctx context.Context) *Client {
// glog.Info(ctx, "代理 ip", proxy.String())
// client.SetProxy(proxy.String())
//}
proxy := "socks5://B548CAB4:08BDC0979C6F@tun-ytljxq.qg.net:10255"
proxy := "socks5://3AE98115:A3F92118FCFF@tun-zfgvuf.qg.net:13547"
client.SetProxy(proxy)
return &Client{
Client: client,