[GH-ISSUE #4193] frp用dev分支编译之后提示socks插件未注册 #3301

Closed
opened 2026-05-05 14:07:52 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @Alberthchang on GitHub (Apr 29, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4193

Bug Description

2024-04-29 16:10:22.028 [W] [client/control.go:168] [3aebbb48c5dcc039] [plugin_socks5] start error: plugin [socks5] is not registered

frpc Version

0.57.0

frps Version

0.57.0

System Architecture

linux/aarch64

Configurations

serverAddr = "127.0.0.1"
serverPort = 44444
transport.tls.enable = true

[[proxies]]
name = "plugin_socks5"
type = "tcp"
remotePort = 6005
transport.useEncryption = true
transport.useCompression = true
[proxies.plugin]
type = "socks5"
username = "abc"
password = "abc"
bindPort = 44444
transport.tls.force = true%     

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @Alberthchang on GitHub (Apr 29, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/4193 ### Bug Description 2024-04-29 16:10:22.028 [W] [client/control.go:168] [3aebbb48c5dcc039] [plugin_socks5] start error: plugin [socks5] is not registered ### frpc Version 0.57.0 ### frps Version 0.57.0 ### System Architecture linux/aarch64 ### Configurations ```frpc.toml serverAddr = "127.0.0.1" serverPort = 44444 transport.tls.enable = true [[proxies]] name = "plugin_socks5" type = "tcp" remotePort = 6005 transport.useEncryption = true transport.useCompression = true [proxies.plugin] type = "socks5" username = "abc" password = "abc" ``` ```frps.toml bindPort = 44444 transport.tls.force = true% ``` ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@fatedier commented on GitHub (Apr 29, 2024):

dev 仅适用于开发者进行开发调试,你应当具有阅读代码和编译调试的能力才尝试使用此分支,否则请下载 release 版本进行测试。

每个人的环境不一样,github action 以及 e2e 测试用例会确保每次提交代码后相关的功能正常,建议通过阅读相关代码确认具体问题。

<!-- gh-comment-id:2082352192 --> @fatedier commented on GitHub (Apr 29, 2024): dev 仅适用于开发者进行开发调试,你应当具有阅读代码和编译调试的能力才尝试使用此分支,否则请下载 release 版本进行测试。 每个人的环境不一样,github action 以及 e2e 测试用例会确保每次提交代码后相关的功能正常,建议通过阅读相关代码确认具体问题。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3301
No description provided.