Fix network monitor

This commit is contained in:
世界
2023-07-23 14:42:19 +08:00
parent 2675aff98a
commit 6ec8ff79b5
21 changed files with 78 additions and 80 deletions

View File

@@ -85,5 +85,5 @@ type DNSRule interface {
}
type InterfaceUpdateListener interface {
InterfaceUpdated() error
InterfaceUpdated()
}