You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes several significant changes towards DNS handling. (#2096)
Local DNS resolving uses interface-configured servers instead of previously hardcoded ones. Furthermore, private DNS on Android 9 is used for local DNS resolving if available. (#2015, #2016)
Support using hostname as remote DNS (try dns.google, onedotonedotone.cloudflare-dns.com, etc); support an optional port for DNS servers operating at ports other than 53 (e.g. dns.local:5353); support for multiple remote DNS servers is deprecated.
"DNS forwarding" (which has been a confusing option) has been replaced by "DNS over UDP". (#2100)
Usage stats now flashes twice as fast (2 times per second) while the app is in foreground.