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.49k stars 12.74k forks source link

No tcpmux connections are shown in Web UI #4148

Closed gecube closed 1 month ago

gecube commented 1 month ago

Bug Description

As a DevOps engineer I want to see the tcpmux connected instances in separate UI panel. Right now I can see only HTTP ones:

Screenshot 2024-04-10 at 20 34 02

It proves that the client is connected and connection is persistent.

The TCP section is empty.

Screenshot 2024-04-10 at 20 33 56

frpc Version

v0.56.0

frps Version

v0.56.0

System Architecture

linux/arm64

Configurations

frpc.ini

serverAddr = "**.**.**.**"
serverPort = 7000

[[proxies]]
name = "ssh-edge031"
type = "tcpmux"
multiplexer = "httpconnect"
customDomains = ["edge-031"]
localIP = "127.0.0.1"
localPort = 22

Logs

No response

Steps to reproduce

No response

Affected area