2023-03-01 02:37:47 +00:00
|
|
|
package libbox
|
|
|
|
|
|
|
|
const (
|
|
|
|
CommandLog int32 = iota
|
|
|
|
CommandStatus
|
2023-03-03 11:26:54 +00:00
|
|
|
CommandServiceReload
|
2024-03-14 05:40:17 +00:00
|
|
|
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
|
2023-08-24 13:52:38 +00:00
|
|
|
CommandClashMode
|
|
|
|
CommandSetClashMode
|
2023-09-03 13:06:21 +00:00
|
|
|
CommandGetSystemProxyStatus
|
|
|
|
CommandSetSystemProxyEnabled
|
2024-06-11 13:16:33 +00:00
|
|
|
CommandConnections
|
|
|
|
CommandCloseConnection
|
2023-03-01 02:37:47 +00:00
|
|
|
)
|