mirror of
https://github.com/fatedier/frp.git
synced 2026-03-18 15:59:16 +08:00
Server manager support the NewUserConn operation (#1740)
support NewUserConn operation
This commit is contained in:
@@ -25,6 +25,7 @@ const (
|
||||
OpNewProxy = "NewProxy"
|
||||
OpPing = "Ping"
|
||||
OpNewWorkConn = "NewWorkConn"
|
||||
OpNewUserConn = "NewUserConn"
|
||||
)
|
||||
|
||||
type Plugin interface {
|
||||
|
||||
Reference in New Issue
Block a user