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
84.2k stars 13.13k forks source link

plugin_socks5 不可用 #4327

Closed simlelcf closed 1 month ago

simlelcf commented 2 months ago

Bug Description

plugin_socks5 不可用

frpc Version

59.0

frps Version

59.0

System Architecture

linux/amd64, windows/amd64

Configurations

客户端 serverPort = 7000 auth.method = "token" auth.token = "12345678" [[proxies]] name = "plugin_socks5" type = "tcp" remotePort = 6028 transport.useEncryption = true transport.useCompression = true [proxies.plugin] type = "socks5"

服务端 BindPort = 7000 auth.method = "token" auth.token = "12345678"

Logs

客户端 image

服务器 image

运行日志 image

Steps to reproduce

  1. ...

Affected area

xqzr commented 1 month ago

frpc 与 frps 之间,连接问题