goproxy
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...
I'm trying to set up smth like this: ```mermaid sequenceDiagram participant LoadBalancer participant goproxy Note over goproxy: 0.0.0.0:8080 participant tailscale Note over tailscale: 127.0.0.1:1055 participant remote Note over remote: 127.0.0.1:8080...
When I use Astrill VPN and make it only tunnel traffic from the `proxy` binary using the "Tunnel only these apps" feature, Goproxy still does not use the VPN tunnel....
商业版微信代理文件传输很慢 如果同时开启http udp和tcp代理需要怎么设置
` startT := time.Now() //计算当前时间 logln := func(v ...interface{}) { log.Println(v...) } defer p1.Close() p2, err := session.OpenStream() if err != nil { logln(err) return } defer p2.Close() defer logln("closed",...
## Expected Behavior 使用API认证(--auth-url)时,UDP能通过认证,且成功代理。 ## Current Behavior UDP程序通信时,使用API认证(--auth-url)无法通过认证,goproxy程序直接崩溃退出。 ## Possible Solution ## Steps to Reproduce 1.启动命令: proxy sps -t tcp -p "111.111.111.111:1880" --udp --disable-ss --disable-http --auth-url http://127.0.0.1/auth.php --debug 2. auth.php,参照的文档中的示例:...
## Steps to Reproduce /usr/bin/proxy bridge -p :29021 -C proxy.crt -K proxy.key proxy client -P "x.x.x.x:29021" -C proxy.crt -K proxy.key --k="home" proxy server -r :29022@:80 -P :29021 -C proxy.crt -K...
## Steps to Reproduce /usr/bin/proxy tbridge -p :29021 -C proxy.crt -K proxy.key proxy tclient -P "x.x.x.x:29021" -C proxy.crt -K proxy.key --k="home" proxy tserver -r :29022@:80 -P :29021 -C proxy.crt -K...
## Expected Behavior 限制黑白域名名单 -b -d试了都没生效 ## Current Behavior proxy http -p "0.0.0.0:7788" --log proxy.log --daemon -d white.txt ## Possible Solution
## Expected Behavior goproxy 作为客户端直接设置的代理服务器。goproxy还链接两个http代理A和B。 想要实现客户端访问A域名走A代理,访问其它域名走B代理 能实现吗? ## Current Behavior 想实现访问A域名走A代理,访问其它域名走B代理,不知道如何配置
# 为避免浪费时间,一切不按着issue模版填写的问题,一律默认忽略处理,谢谢合作! # Avoid waste time, any report not match the issue template will be ignored. 模板不是中文也很难搞啊 ## Expected Behavior rhttp只有上游负债均衡,没有代理转发 ## Current Behavior 看文档 ## Possible Solution ## Steps...