sing-box/experimental/libbox/command.go

18 lines
305 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
CommandServiceClose
2023-03-03 11:26:54 +00:00
CommandCloseConnections
2023-07-02 08:45:30 +00:00
CommandGroup
CommandSelectOutbound
CommandURLTest
2023-08-12 11:33:43 +00:00
CommandGroupExpand
CommandClashMode
CommandSetClashMode
2023-09-03 13:06:21 +00:00
CommandGetSystemProxyStatus
CommandSetSystemProxyEnabled
2023-03-01 02:37:47 +00:00
)