githubEdit

notebookInstall Stubby

Encrypt your DNS queries with Stubby.

Install Stubby

You can install it as follows.

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

# RHEL, Fedora, CentOS, AlmaLinux, Rocky Linux (DNF)
sudo dnf install -y stubby

# Arch Linux, Manjaro, CachyOS, EndeavourOS, Artix Linux (Pacman)
sudo pacman -S --noconfirm stubby

# openSUSE Tumbleweed, openSUSE Leap, SUSE Linux Enterprise, GeckoLinux, Regata OS (Zypper)
sudo zypper -n install 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: Mullvad DNS

Set up and use Stubby. We are using Mullvad 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.

TIP: Uninstall Stubby

You can uninstall it as follows.

Last updated