sing-box/experimental/libbox/command.go

12 lines
166 B
Go
Raw Normal View History

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