mirror of
https://github.com/fatedier/frp.git
synced 2025-07-31 15:20:41 +07:00
[Feature] Include RunId in FRP Server Plugin NewProxy message (#1700)
* feat: include RunId in FRP Server Plugin NewProxy message * doc: rewrite server plugin documentation
This commit is contained in:
@ -38,6 +38,7 @@ type LoginContent struct {
|
||||
type UserInfo struct {
|
||||
User string `json:"user"`
|
||||
Metas map[string]string `json:"metas"`
|
||||
RunId string `json:"run_id"`
|
||||
}
|
||||
|
||||
type NewProxyContent struct {
|
||||
|
Reference in New Issue
Block a user