mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #333] 内网穿透 client链接报错,换了 tcp /ws 协议报错一样 #249
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#249
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 @axyzxyz on GitHub (Nov 14, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/333
proxy client -P *:3672 -T tcp --k 801
proxy client -P 1.1.1.1:3672 -T ws --ws-password 123qaz --k 801
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
2019/11/14 19:15:37 [ERR] yamux: Invalid protocol version: 1
2019/11/14 19:15:37 accept stream err: invalid protocol version, retrying...
^C2019/11/14 19:15:39 Received an interrupt, stopping services...
2019/11/14 19:15:39 service client stopped
@snail007 commented on GitHub (Nov 14, 2019):
版本不一致导致的
@axyzxyz commented on GitHub (Nov 19, 2019):
可以了,感谢