summaryrefslogtreecommitdiffhomepage
path: root/mullvad-encrypted-dns-proxy/src
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Run `cargo fmt`Sebastian Holmin2-2/+2
2025-01-28Remove Google's resolvers from encrypted DNS proxyEmīls1-4/+0
2024-12-12Remove some deprecated ref patternsJoakim Hulthe1-2/+2
2024-12-02Clean up importMarkus Pettersson1-5/+4
2024-12-02Make `EncryptedDNSForwarder::from_stream` infallibeMarkus Pettersson1-4/+4
2024-11-26Improve rust documentationBug Magnet2-3/+3
2024-11-26Allow override of encrypted DNS domain nameBug Magnet2-4/+5
2024-10-31Stop duplication in error source chainLinus Färnstrand1-2/+2
Don't both print the contained error in the Display impl and also return it in source
2024-10-23Enable Encrypted DNS proxy access method in the daemonMarkus Pettersson2-3/+6
2024-10-21Add `Forwarder::from_stream`Markus Pettersson1-5/+16
Make `Forwarder` more flexible by adding `Forwarder::from_stream` which allows the consumer to bring their own socket connection.
2024-10-21Parameterize `Forwarder` over any Async{Read,Write} streamMarkus Pettersson1-47/+48
2024-10-18Move encrypted DNS state to crate shared between iOS and everyeone elseMarkus Pettersson2-4/+99
2024-09-25Add FFI for encrypted-dns-proxy for iOSEmīls2-15/+36
2024-09-23Add mullvad-obfuscated-dns-proxyEmīls6-0/+754