mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-08 12:14:54 +03:00
daemon: Add clear logs
This commit is contained in:
@@ -192,7 +192,7 @@ func (s *CommandServer) NeedWIFIState() bool {
|
||||
if instance == nil || instance.Box() == nil {
|
||||
return false
|
||||
}
|
||||
return instance.Box().Router().NeedWIFIState()
|
||||
return instance.Box().Network().NeedWIFIState()
|
||||
}
|
||||
|
||||
func (s *CommandServer) Pause() {
|
||||
|
||||
Reference in New Issue
Block a user