ginuerzh / gost

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

gost直接转发socks5后显示的是中转机的IP #757

Closed bak003 closed 1 year ago

bak003 commented 2 years ago

gost -L socks5://:1234/1.1.1.1:1234

1.1.1.1 为落地机的IP,实际使用时显示的是中转IP。使用tcp协议直接转发则能显示落地IP。版本为v2.11.1

soffchen commented 2 years ago

socks5 有这样的写法?

gost -L :1234 -F socks5://1.1.1.1:1234

bak003 commented 2 years ago

socks5 有这样的写法?

gost -L :1234 -F socks5://1.1.1.1:1234

这样并不通

humorwang commented 2 years ago

https://github.com/ginuerzh/gost/issues/686