sing-box/experimental/libbox/command.go

12 lines
166 B
Go
Raw Normal View History

2023-03-01 10:37:47 +08:00
package libbox
const (
CommandLog int32 = iota
CommandStatus
2023-03-03 19:26:54 +08:00
CommandServiceReload
CommandCloseConnections
2023-07-02 16:45:30 +08:00
CommandGroup
CommandSelectOutbound
CommandURLTest
2023-03-01 10:37:47 +08:00
)