mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2490] 使用 frpc 映射 v2ray 的 socks 代理异常 #1975
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1975
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 @liuweiGL on GitHub (Jul 21, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2490
[REQUIRED] hat version of frp are you using
[REQUIRED] What operating system and processor architecture are you using
[REQUIRED] description of errors
使用 frpc 映射 v2ray 的 socks 代理时,socks 服务报错:unknown Socks version: 67。
confile
frpc配置:v2ray配置:log file
frpc日志:v2ray日志:Supplementary information
https://www.v2ray.com/chapter_00/faq.html#socks-unknown-socks-version-67
Checklist:
@liuweiGL commented on GitHub (Jul 21, 2021):
我是使用 xshell 时配置了 frp 为代理,所以应该是使用 ssh 协议访问的 frp 服务。
请求链为:A -> B -> C
@blizard863 commented on GitHub (Jul 22, 2021):
frpc 的
local_ip是v2ray 的IP吗?@liuweiGL commented on GitHub (Jul 23, 2021):
是的,不然 v2ray 是不会被访问到的呀~
@blizard863 commented on GitHub (Jul 23, 2021):
试下?
@liuweiGL commented on GitHub (Jul 23, 2021):
奥,转过来了。frp 是不区分 http 还是 socks 的,A 节点协议用错了。