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 148 goproxy issues
Sort by recently updated
recently updated
newest added

installed arm64-v8 in Raspberry 4 with arm64-v8.tar.gz Got error for that "Exec format error " when run cmd ./proxy -t -p "0.0.0.0:38080"

hi is it possible to support proxy protocol for haproxy?

enhancement

## Expected Behavior VPS 有两个IP 以下称为 IP1 IP2 我所有请求都是从IP1进来,但是需要根据不同socks端口来指定出口IP proxy socks -t tcp -p "0.0.0.0:1000" --bind-ip IP1 --udp #请求从1000端口进来,从IP1出去 proxy socks -t tcp -p "0.0.0.0:1200" --bind-ip IP2 --udp #请求从1200端口进来,从IP2出去 ##...

proxy version is : v11.8 1. full command is : proxy sps -S http -T tcp -P https://userid:password@proxydomain:port --redir -p :1234 1. system is : openwrt x86 1. full log...

TODO

文档: https://snail007.host900.com/goproxy/manual/zh/#/?id=_5socks5%e4%bb%a3%e7%90%86 proxy socks -t tcp -p ":33080" -a "user1:pass1" -a "user2:pass2" proxy socks -t tcp -p ":33080" -F auth-file.txt 这两个命令提示: 2022/04/21 23:06:34.926826 proxy/main.go:86 ERROR err : unknown short flag...

## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce 1. 1. 1. 1. ## Context (Environment) 1. proxy version is : v11.6 1. full command is...

商业版goproxy sps模式使用--auth-file认证, 接口根据文档返回upstream字段,日志提示functions.go:178: bind crashed runtime error: invalid memory address or nil pointer dereference,无法正常工作。 接口不中不返回upstream则可正常使用,不会报错 ## Expected Behavior 二级代理模式,goproxy部署为一级代理(sps模式,上级为其他http代理), 接受客户端(proxifier)连接 ## Current Behavior 1,使用curl -x hello:[email protected]:10000 时, goproxy日志中提示" functions.go:178: bind...

## Expected Behavior ## Current Behavior client端断网后(断电重启,或者断网), 转发会断掉 server端日志提示 tls handshake fail from client外网IP:31363, write tcp server端内网ip:33080->client外网IP:31363: write: connection reset by peer ## Possible Solution ## Steps to Reproduce 1....

version:V11.6 use cmd: proxy.exe socks --always -t tcp -p ":10808" --udp-port 0 --udp --max-conns-rate=0 use 360chrome.exe set proxy:127.0.0.1:10808@socks log tips: 2022/03/25 01:18:35.806341 WARN handshake fail, ERR: new methods request fail,ERR:...

参考地址:https://github.com/snail007/goproxy/blob/master/README_ZH.md#19-https%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86 程序运行命令 proxy http -t tcp -p :80,:443 --debug 程序启动以后修改/etc/hosts www.google.com指向proxy的公网地址。 proxy在内网,防火墙通过nat后指定到proxy主机的443和80端口。 使用curl https://www.google.com访问 curl: (35) Unknown SSL protocol error in connection to www.google.com:443 proxy服务器日志: 2022/03/10 14:36:10.542308 http/http.go:643 WARN decoder...