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

https://github.com/snail007/goproxy/blob/853d324ee629eaae8bcf83f0003eb55afe4f9de1/services/http.go#L144 在IoBind过程中,不管是上下游的哪一方连接出现err,proxy都会把两个连接都close掉,这个行为是不是不太合理? 不考虑具体的err直接粗暴的关闭连接会不会造成数据丢失的问题?

Thanks for the great product, but I'm a little bit stuck using it. I just need the ability to send traffic out a particular interface or outgoing ip. I'm not...

Start: goproxy tbridge -p :3408 -C /etc/proxy/proxy.crt -K /etc/proxy/proxy.key Before fix: nmap -p 3408 --script ssl-enum-ciphers 127.0.0.1 Starting Nmap 7.80 ( https://nmap.org ) at 2024-05-15 17:22 CST Nmap scan report...