[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:
Guy Lewin
2020-03-14 11:26:35 -04:00
committed by GitHub
parent f65ffe2812
commit 10acf638f8
3 changed files with 37 additions and 22 deletions

View File

@@ -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,
}