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

服务端key crt过期,如何更新或延长证书?下面已经部署了很多客户端,无法直接生成新证书后逐一更新客户机

不同域名指向同一IP的VPS,如何实现两个域名内网穿透到不同的ip:端口, 例如,a.test.com和b.test.com两个子域名都指向ip为1.2.3.4的VPS,VPS上运行bridge和server, 有一台运行proxy client的机器A,和一台与及其A处于同一内网的机器B, 需要实现访问http://a.test.com:80 访问A的8080端口,http://b.test.com:80 访问B的8081端口,请问如何实现这个需求呢?

I need to proxy request to a foreign server. using 'proxy tcp -t tcp -p ":8634" -T tcp -P "foreign_ip:8634"' when i 'curl server_ip:8634', it's fine, and the log showed...

I am pretty new to GoProxy and was wondering how would I be able to forward all intercepted traffic of *.youtube.com and *.ytimg.com to a specific upstream proxy which bumps/decrypts...

run service [4:client] fail, ERR:4 servcie fail, ERR: err : file not found , proxy.crt

![image](https://user-images.githubusercontent.com/40845334/80178125-1cebf780-8630-11ea-99f5-100fd86e5533.png)

1. proxy version is : proxy --version : free_9.8 2. full command is : mkdir /usr/src/proxy cd /usr/src/proxy wget https://mirrors.host900.com/snail007/goproxy/proxy-linux-amd64.tar.gz wget https://raw.githubusercontent.com/snail007/goproxy/master/install.sh chmod +x install.sh ./install.sh proxy socks -t tcp...

我在 SwitchyOmega 里有个 https proxy 设置 , protool 为 https server 为 www.abcd.com port 为 443 这个proxy 是别人的,在SwitchyOmega里设置好能用,现在没有 proxy.crt proxy.key 这两个文件。请问 goproxy怎么设置使用这样的proxy

Hello master. what command do i need to use to send a segment size response ? , so the server send every 1000 bytes or 10000 bytes to the client...

当加载了 direct 时,如果配置了 --jumper,当访问 direct 文件中的网站时,jumper 参数未生效。