mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-12 01:57:18 +10:00
11 lines
136 B
Go
11 lines
136 B
Go
package libbox
|
|
|
|
const (
|
|
CommandLog int32 = iota
|
|
CommandStatus
|
|
CommandGroup
|
|
CommandClashMode
|
|
CommandConnections
|
|
CommandOutbounds
|
|
)
|