show tcpmux proxies on the frps dashboard (#4152)

This commit is contained in:
fatedier
2024-04-11 22:40:42 +08:00
committed by GitHub
parent dd7e2e8473
commit f3a71bc08f
11 changed files with 128 additions and 56 deletions

View File

@@ -146,7 +146,8 @@ type TCPOutConf struct {
type TCPMuxOutConf struct {
BaseOutConf
v1.DomainConfig
Multiplexer string `json:"multiplexer"`
Multiplexer string `json:"multiplexer"`
RouteByHTTPUser string `json:"routeByHTTPUser"`
}
type UDPOutConf struct {