fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
80.5k stars 12.74k forks source link

frp用dev分支编译之后提示socks插件未注册 #4193

Closed Alberthchang closed 2 weeks ago

Alberthchang commented 2 weeks ago

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

  1. ...

Affected area

fatedier commented 2 weeks ago

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

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