summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/dns.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-09-20Add social media blocklists to daemon+CLILinus Färnstrand1-0/+12
When infra has deployed these block lists to the relays, this setting will allow blocking social media domains directly with the app
2023-05-03Replace error handling in mullvad-cli with anyhowDavid Lönnhager1-2/+1
2023-05-03And gRPC interface wrapper and refactor CLI to use clap derive instead of ↵David Lönnhager1-145/+110
the builder
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand1-1/+1
2022-04-25Extend DNS blocking in CLIOdd Stranne1-0/+23
2022-02-14Upgrade clap to 3.0David Lönnhager1-22/+31
2022-01-11Add ability to block malware via server side DNS to daemon/CLILinus Färnstrand1-1/+15
2021-05-12Separate DNS options and toggleDavid Lönnhager1-17/+23
2021-05-12Display DNS settings in CLIDavid Lönnhager1-1/+15
2021-05-12Configure ad and tracker blocking DNS on tunnel interfaceDavid Lönnhager1-4/+12
2021-05-12Add ad and tracker blocking DNS optionsDavid Lönnhager1-29/+32
2021-05-12Add dns subcommandDavid Lönnhager1-0/+105