Files
sing-box-extended-mirror/experimental/libbox/command.go
T

11 lines
136 B
Go
Raw Normal View History

2023-03-01 10:37:47 +08:00
package libbox
const (
CommandLog int32 = iota
CommandStatus
2023-07-02 16:45:30 +08:00
CommandGroup
CommandClashMode
2024-06-11 21:16:33 +08:00
CommandConnections
2026-04-08 14:44:14 +08:00
CommandOutbounds
2023-03-01 10:37:47 +08:00
)