sing-box/experimental/libbox/command.go

15 lines
225 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-08-12 11:33:43 +00:00
CommandGroupExpand
CommandClashMode
CommandSetClashMode
2023-03-01 02:37:47 +00:00
)