mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 03:47:39 +03:00
Improve monitor api
This commit is contained in:
parent
2a1554dfd3
commit
7ee0d19103
8 changed files with 110 additions and 192 deletions
|
@ -34,7 +34,7 @@ func (m *defaultInterfaceMonitor) checkUpdate() error {
|
|||
if oldInterface == m.defaultInterfaceName && oldIndex == m.defaultInterfaceIndex {
|
||||
return nil
|
||||
}
|
||||
m.callback()
|
||||
m.emit()
|
||||
return nil
|
||||
}
|
||||
return E.New("no route to internet")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue