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

## Expected Behavior Client should be able to connect to proxy ## Current Behavior goproxy is giving i/o timeout when some clients try to connect. ## Steps to Reproduce 1....

## Expected Behavior 我在使用贵项目做http代理时,中间使用tcp协议可以通,但是使用kcp协议就失败了,提示decoder err,我想解决这个问题。 ## Current Behavior 一级代理日志如下,提示 released [192.168.1.32:80] C:\Users\Administrator\Desktop\proxy-windows-amd64>proxy http -t kcp -p "0.0.0.0 :38080" --kcp-key mypassword 2023/01/10 09:58:14.251976 INFO kcp http(s) proxy on 0.0.0.0:38080 2023/01/10 10:00:20.676777...

我在使用贵项目做socket5代理支撑FTP传输时发现,底层用TCP协议可以通,但是KCP协议不通,希望解决这个问题 ## Expected Behavior 我在使用贵项目做socket5代理支撑FTP传输时发现,底层用TCP协议可以通,但是KCP协议不通,希望解决这个问题 ## Current Behavior 这是我的一级代理日志,kcp用38080端口,ftp客户端在握手时,代理日志出现WARN handshake fail, ERR: new methods request fail,ERR: timeout C:\Users\Administrator\Desktop\proxy124>proxy socks -t kcp -p ":38080" --kcp-key mypassword 2023/01/10 17:20:36.450980 INFO kcp socks...

按照-1.7.HTTP(S)通过SSH中转的使用方法-缺少加密算法 ## Expected Behavior 应该连接成功 ## Current Behavior ERROR err : run service [http:http] fail, ERR:http servcie fail, ERR: init service fail, ERR: ssh: handshake failed: ssh: no common algorithm...

我的项目有多个服务,多个证书,证书放在有空格的目录:admin server ./proxy bridge -p ":20000" -C "/opt/cert/admin server/proxy.crt" -K "/opt/cert/admin server/proxy.key" 启动报错,无法运行 2022/12/23 04:12:41.270530 proxy/main.go:86 ERROR err : unexpected server/proxy.crt

不能一味地使用redirect,因为在客户端udp请求局域网ipv6时,会出现超时,因为iptables没有改写响应中的原IP端口为客户端请求的目标IP端口导致了 ``` $ dig +notcp wew.google.com fdc3:b357:6fa0::1 ;; reply from unexpected source: fdc3:b357:6fa0::1#534, expected fdc3:b357:6fa0::1#53 ``` 详见[lifenjoiner/dnsforwarder#11](https://github.com/lifenjoiner/dnsforwarder/issues/11),各种情况下redir的测试https://github.com/coolsnowwolf/lede/discussions/10227

enhancement

Hi , thanks for this great project, only thing i want to know is what exactly sps protocol is , and how does it work , sorry if i havent...

goproxy version is : v12.3 1. full command is : `proxy bridge -p ":33080"` 2. system is : centos 7 3. full log is: nothing [使用手册](https://snail007.host900.com/goproxy/manual/zh/#/?id=%e9%a6%96%e6%ac%a1%e4%bd%bf%e7%94%a8%e5%bf%85%e7%9c%8b%e8%b0%a2%e8%b0%a2%ef%bc%81)中说「当然可以选择不加密通信通讯」,当我不使用 -C 和 -K 时提示没有证书文件,看了相关命令的...

tbridge and tclient handshake fail. bridge is running on aliyun ECS. client is runing on home pc that behind of huawei 4G moblie router. ## Expected Behavior ## Current Behavior...