ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ixmu opened this issue · comments

gost转发http代理(用户名+密码)

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

gost用什么命令

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

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)
是配置的问题吗