Fix process search skipped for Android again

This commit is contained in:
世界
2026-04-23 05:52:14 +08:00
parent 3312b8da50
commit f102ef1d94
4 changed files with 34 additions and 5 deletions

View File

@@ -3,6 +3,7 @@ package libbox
import (
"bytes"
"context"
"net/netip"
"os"
box "github.com/sagernet/sing-box"
@@ -144,6 +145,10 @@ func (s *platformInterfaceStub) SendNotification(notification *adapter.Notificat
return nil
}
func (s *platformInterfaceStub) MyInterfaceAddress() []netip.Addr {
return nil
}
func (s *platformInterfaceStub) UsePlatformLocalDNSTransport() bool {
return false
}