mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
show tcpmux proxies on the frps dashboard (#4152)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user