Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问 我启动了 socks5了 然后发现只支持 TCP 无法支持 UDP转发 这个要怎么配置 #37

Closed
wertaaaaex opened this issue Apr 22, 2022 · 2 comments

Comments

@wertaaaaex
Copy link

./gost -L socks5://username:password@:8080?interface=eh0

我是用上面命令启动 socks5 的,但是使用软件测试后 发现无法进行UDP转发 请问要怎么配置

@ginuerzh
Copy link
Member

SOCKS5的UDP功能需要显示开启:

gost -L "socks5://username:password@:8080?interface=eh0&udp=true"

https://gost.run/reference/handlers/socks5/

@m2acgi
Copy link

m2acgi commented May 3, 2022

@ginuerzh , 请问 UDP 对转发链的末端协议有要求吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants