mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #17] proxy v4.0 使用kcp做sock5代理有问题 #13
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#13
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 @snaigle on GitHub (Dec 6, 2017).
Original GitHub issue: https://github.com/snail007/goproxy/issues/17
服务器 centos 6.7
proxy : 4.0
运行命令 : proxy socks -t kcp -p "0.0.0.0:9999" -B "xxxxxxxxx"
运行后显示正常, 但用netstat 看不到 9999端口被监听,client连接时提示 connection refused
运行 proxy socks -t tcp -p "0.0.0.0:9999" 的话, 可以看到9999端口被监听,client能正常连接
@snaigle commented on GitHub (Dec 6, 2017):
是client连接问题,已经能用了