First Commmit
This commit is contained in:
10
experimental/libbox/command.go
Normal file
10
experimental/libbox/command.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package libbox
|
||||
|
||||
const (
|
||||
CommandLog int32 = iota
|
||||
CommandStatus
|
||||
CommandGroup
|
||||
CommandClashMode
|
||||
CommandConnections
|
||||
CommandOutbounds
|
||||
)
|
||||
Reference in New Issue
Block a user