mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-06-03 11:37:39 +00:00
11 lines
136 B
Go
11 lines
136 B
Go
package libbox
|
|
|
|
const (
|
|
CommandLog int32 = iota
|
|
CommandStatus
|
|
CommandGroup
|
|
CommandClashMode
|
|
CommandConnections
|
|
CommandOutbounds
|
|
)
|