summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/android_dns.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-15Prevent hickory-resolver from reading hosts fileKalle Lindström1-0/+1
Reading /etc/hosts causes OOM issues if the hosts files on the device is large (e.g. > 10 MB). We should not need to read the hosts files because the only lookups we do with hickory are to our own services which should not be resolved from /etc/hosts.
2025-07-10Run `cargo fmt`Sebastian Holmin1-1/+1
2025-02-14Disable retries for hickory resolverDavid Lönnhager1-1/+3
2024-12-02Remove DNS fallback except for conncheckDavid Lönnhager1-3/+3
2024-11-22Add non-blocking DNS resolver for Android API requestsDavid Lönnhager1-0/+49