mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4560] 如何让与frpc同子网的用户能够连接到socks5插件? #3605
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#3605
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 @Felix-Bao on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4560
Bug Description
frpc的socks5插件作为简易的socks服务端非常稳定,但只能是对frps侧使用。如何令与frpc同子网的用户也能连接到socks5插件,比如frpc所在服务器为192.168.100.5,那么192.168.100.6的用户使用Proxifier之类的工具如何连接到socks5插件?我应该开放192.168.100.5服务器上的哪些端口,或者需要映射哪些端口?
frpc Version
0.51.3
frps Version
0.53.2
System Architecture
frps linux/amd64 frpc linux/mipsle
Configurations
config conf
option name 'Test_Socks5'
option type 'tcp'
option use_encryption 'false'
option use_compression 'false'
option remote_port '10666'
option plugin 'socks5'
option plugin_user 'username'
option plugin_passwd 'userpassword'
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Nov 27, 2024):
frp 针对的是内网穿透的场景,你的需求建议使用专业的 socks5 应用或工具。