forked from Mxmilu666/frp
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