mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-06 05:17:37 +03:00
Add stop platform command
This commit is contained in:
parent
b9b2b77814
commit
dd0a07624e
5 changed files with 56 additions and 3 deletions
|
@ -5,6 +5,7 @@ package libbox
|
|||
const (
|
||||
CommandLog int32 = iota
|
||||
CommandStatus
|
||||
CommandServiceStop
|
||||
CommandServiceReload
|
||||
CommandCloseConnections
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue