Add Android support for MAC and hostname rule items

This commit is contained in:
世界
2026-03-05 00:15:37 +08:00
parent 443bec777e
commit 9e548cb3e5
12 changed files with 463 additions and 87 deletions
+4
View File
@@ -40,6 +40,10 @@ type PlatformInterface interface {
SendNotification(notification *Notification) error
MyInterfaceAddress() []netip.Addr
UsePlatformNeighborResolver() bool
StartNeighborMonitor(listener NeighborUpdateListener) error
CloseNeighborMonitor(listener NeighborUpdateListener) error
}
type FindConnectionOwnerRequest struct {