command.go 284 B

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