AdguardTeam / DnsLibs

DNS filtering library that's used in AdGuard products
https://adguard.com/
Apache License 2.0
99 stars 20 forks source link

Make RouteResolver usable when network changes #181

Closed sfionov closed 1 year ago

sfionov commented 1 year ago

Currently it caches routing table for a long table and does not flush when network changes.

That's because it is disabled on iOS.

We should fix it.