github.com/sagernet/sing-box@v1.9.0-rc.20/experimental/libbox/command.go (about) 1 package libbox 2 3 const ( 4 CommandLog int32 = iota 5 CommandStatus 6 CommandServiceReload 7 CommandServiceClose 8 CommandCloseConnections 9 CommandGroup 10 CommandSelectOutbound 11 CommandURLTest 12 CommandGroupExpand 13 CommandClashMode 14 CommandSetClashMode 15 CommandGetSystemProxyStatus 16 CommandSetSystemProxyEnabled 17 )