mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00: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:
@@ -422,6 +422,7 @@ func (ctl *Control) manager() {
|
||||
User: plugin.UserInfo{
|
||||
User: ctl.loginMsg.User,
|
||||
Metas: ctl.loginMsg.Metas,
|
||||
RunId: ctl.loginMsg.RunId,
|
||||
},
|
||||
NewProxy: *m,
|
||||
}
|
||||
|
Reference in New Issue
Block a user