mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #175] Socks5代理不支持UDP么? #108
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @duod4o on GitHub (Nov 8, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/175
按照文档,开启socks代理:
通过查看端口,确实开启了38080的tcp端口
但是说好支持的UDP呢?运行proxy help socks,并没有找到和udp有关的设置,能否给一个示例呢?还是说,socks5代理仅仅支持tcp协议??
@XYDsoft commented on GitHub (Nov 8, 2018):
SOCKS5代理,支持CONNECT,UDP协议,不支持BIND,支持用户名密码认证.
如果你的VPS是阿里云,腾讯云这种VPS,就是ifconfig看不见你的公网IP,只能看见内网IP,
那么需要加上-g VPS公网IP参数,SOCKS5代理的UDP功能才能正常工作。
@xmdmk commented on GitHub (Jan 30, 2019):
-g VPS公网IP参数 加了也没用,udp就是不通
@snail007 commented on GitHub (Jan 31, 2019):
防火墙
@xmdmk commented on GitHub (Feb 1, 2019):
防火墙都关了呀
@ykfq commented on GitHub (Mar 5, 2019):
用了 kcp 协议,已经6飞起了,下面是我今天用到的命令
使用 socks5 协议
@ykfq commented on GitHub (Mar 6, 2019):
happy 了不到5分钟,就被掐断了,看来还是要想办法突破 UDP封锁和 QoS 限制