goproxy icon indicating copy to clipboard operation
goproxy copied to clipboard

🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP por...

Results 134 goproxy issues
Sort by recently updated
recently updated
newest added

你好,我在 ”1.7.HTTP(S) via SSH relay“ 这一节只看到关于 ssh 转 http 代理的示例,但是没有 ssh 转 https 代理的示例; 我尝试使用 ssh 转 http 命令上,将 http 修改为 https ,在尝试以下两个方法都不行,报错 ERROR err : expected command but got...

请教各位大神用SOCKS5的大神们 1、本级的SOCKS5如何设置用户名和密码 2、上级的SOCKS5如何设置用户名和密码 如果SOCKS5的没有用户名和密码的话 太不安全啦。

S5开启UDP转发为啥会是UDP6呢?

目前API认证返回HTTP状态码204,代表认证成功,其它情况认为认证失败会部返回407, 可不可以自定义返回错误代码?比如会员到期了返回402,超出请求并发数返回429等。

2022/03/04 13:46:54.060011 WARN connection err: x509: certificate signed by unknown authority, retrying... 证书是从proxy-admin左边的证书管理下载的,客户端执行的是内网穿透中的客户端参数 proxy client -P 1.14.43.216:30001 -T tls -C proxy.crt -K proxy.key --k default 这个 但是还是报错

proxy http -t tcp -p :7777 --bind-ip 172.16.30.119:7777 2021/01/21 17:43:33 tcp http(s) proxy on [::]:7777 2021/01/21 17:43:38 your machine code is : 08d1074039c448e9270d98a98902b3d3 2021/01/21 17:43:38 checking ... 2021/01/21 17:43:40 check...

![image](https://user-images.githubusercontent.com/24379369/153372549-4d8a067b-9852-4111-bf90-ba4761ad087f.png) ## Current Behavior 通过`proxy sps -p :7777 --bind-ip ppp*:7777 --max-conns-rate=0`启动服务,然后在日志中看到`checking fail , your network seems having something wrong , please check your network and try again .`相关告警,3次重试之后进程终止 ## Context...

proxy sps -S http -T tcp -P proxyServer:proxyPort -A "user:pass" -t tcp -p :33000 当上级代理是luminati时,访问http协议网站异常问题(https正常) 希望可以尽早优化 非常感谢

![image](https://user-images.githubusercontent.com/90301975/151699174-ae2dd94f-e07a-4c92-95bf-57ad11d9cdf7.png) 如图,不管是端口映射还是自定义服务输入都无法穿透(ws下是可以正常穿透的),但是使用goproxy作为客户端连接却是能正常穿透的,报错代码如下: 2022/01/30 20:20:04.163396 WARN connection err: tls: internal error: handshake should have had a result 2022/01/30 20:20:04.163396 WARN connect to 127.0.0.1:30001 fail, err: tls: internal error: handshake should have...

I build a proxy server use proxy go, and write a client use python requests lib, but it's just working with http website, when i try to request https website...