mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-01-11 18:39:47 +00:00
12 lines
166 B
Go
12 lines
166 B
Go
package libbox
|
|
|
|
const (
|
|
CommandLog int32 = iota
|
|
CommandStatus
|
|
CommandServiceReload
|
|
CommandCloseConnections
|
|
CommandGroup
|
|
CommandSelectOutbound
|
|
CommandURLTest
|
|
)
|