Install Stubby

Encrypt your DNS queries with Stubby.

Install Stubby

Stubby is a DNS-over-TLS service.

# Debian, Ubuntu, Kali, Linux Mint (APT)
sudo apt install -y stubby

# Red Hat, CentOS, Fedora, AlmaLinux, Rocky (DNF / YUM)
sudo dnf install -y stubby
sudo yum install -y stubby

# OpenSUSE (Zypper)
sudo zypper -n install stubby

# Arch, Manjaro (Pacman)
sudo pacman -S --noconfirm stubby

# Enable and start Stubby
sudo systemctl enable stubby
sudo systemctl start stubby

Set up and use Stubby. We are using Cloudflare DNS here.

ALTERNATIVE: Google DNS

Set up and use Stubby. We are using Google DNS here.

ALTERNATIVE: Yandex DNS

Set up and use Stubby. We are using Yandex DNS here.

ALTERNATIVE: Quad9

Set up and use Stubby. We are using Quad9 here.

TIP: Uninstall Stubby

This is how you can uninstall Stubby.

Last updated