Add Android support for MAC and hostname rule items

This commit is contained in:
世界
2026-03-05 00:15:37 +08:00
parent e26e0d7be7
commit 7f34daa2d2
12 changed files with 463 additions and 87 deletions
+6
View File
@@ -21,6 +21,12 @@ type PlatformInterface interface {
SystemCertificates() StringIterator
ClearDNSCache()
SendNotification(notification *Notification) error
StartNeighborMonitor(listener NeighborUpdateListener) error
CloseNeighborMonitor(listener NeighborUpdateListener) error
}
type NeighborUpdateListener interface {
UpdateNeighborTable(entries NeighborEntryIterator)
}
type ConnectionOwner struct {