Encrypt your DNS requests using DNS-over-TLS in Linux

preview_player
Показать описание
Quick, easy, and dirty way to encrypt your DNS requests in Arch Linux.
This method protects the entire operating system, not just the browser. Uses systemd-resolved, and should work on any Linux install that uses systemd as the init.

STEPS
----------
4- enable systemd-resolved by running: systemctl enable systemd-resolved
5- start systemd-resolved by running: systemctl start systemd-resolved

Your OS dns requests are now sent out encrypted over port 853! Enjoy, but remember, you're nowhere near being anonymous yet!
Рекомендации по теме
Комментарии
Автор

Well explained.
For Debian family systems, you may still need to comment nameservers line in /etc/network/interfaces or some yaml file in /etc/netplan

nournote
Автор

i use MX Linux, is there a way to enable DoT without systemd?

NumberVaderfan
Автор

Do NOT follow this guide if you're not sure what you're doing.

niedobrywojek