2023-03-01 10:37:47 +08:00
|
|
|
package libbox
|
|
|
|
|
|
|
|
const (
|
|
|
|
CommandLog int32 = iota
|
|
|
|
CommandStatus
|
2023-03-03 19:26:54 +08:00
|
|
|
CommandServiceReload
|
2024-03-14 13:40:17 +08:00
|
|
|
CommandServiceClose
|
2023-03-03 19:26:54 +08:00
|
|
|
CommandCloseConnections
|
2023-07-02 16:45:30 +08:00
|
|
|
CommandGroup
|
|
|
|
CommandSelectOutbound
|
|
|
|
CommandURLTest
|
2023-08-12 19:33:43 +08:00
|
|
|
CommandGroupExpand
|
2023-08-24 21:52:38 +08:00
|
|
|
CommandClashMode
|
|
|
|
CommandSetClashMode
|
2023-09-03 21:06:21 +08:00
|
|
|
CommandGetSystemProxyStatus
|
|
|
|
CommandSetSystemProxyEnabled
|
2024-06-11 21:16:33 +08:00
|
|
|
CommandConnections
|
|
|
|
CommandCloseConnection
|
2023-03-01 10:37:47 +08:00
|
|
|
)
|