github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/experimental/libbox/command.go (about)

     1  package libbox
     2  
     3  const (
     4  	CommandLog int32 = iota
     5  	CommandStatus
     6  	CommandServiceReload
     7  	CommandCloseConnections
     8  	CommandGroup
     9  	CommandSelectOutbound
    10  	CommandURLTest
    11  	CommandGroupExpand
    12  	CommandClashMode
    13  	CommandSetClashMode
    14  	CommandGetSystemProxyStatus
    15  	CommandSetSystemProxyEnabled
    16  )