[client] Replace iOS DNS IsPrivate heuristic with route manager check (#5694)

This commit is contained in:
Viktor Liu
2026-03-26 18:11:05 +08:00
committed by GitHub
parent a8b9570700
commit 145d82f322
5 changed files with 35 additions and 3 deletions

View File

@@ -85,6 +85,11 @@ func (m *MockServer) PopulateManagementDomain(mgmtURL *url.URL) error {
return nil
}
// SetRouteChecker mock implementation of SetRouteChecker from Server interface
func (m *MockServer) SetRouteChecker(func(netip.Addr) bool) {
// Mock implementation - no-op
}
// BeginBatch mock implementation of BeginBatch from Server interface
func (m *MockServer) BeginBatch() {
// Mock implementation - no-op