ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.45k stars 2.42k forks source link

gost转发http代理到http代理的配置方式 #994

Open ixmu opened 6 months ago

ixmu commented 6 months ago

gost转发http代理(用户名+密码) 到 http代理(用户名+密码)的配置方式

gost用什么命令

hhsnake commented 6 months ago

As far as I understand, you have a chain of proxies

manual: https://latest.gost.run/concepts/chain/

example for 2 proxy chain: gost -L http://:8080 -F http://user1:pass1@192.168.1.1:8080 -F http://user2:pass2@192.168.1.2:8080

sanzheai commented 6 months ago

gost -L http://:8080 -F http://10.100.2.218:13028 直接将8080转 13028 http 代理 访问8080 No connection could be made because the target machine actively refused it. gost 版本 gost 2.8.1 (go1.12 linux/amd64) 是配置的问题吗