You can configure VidarDNS via the system settings interface (recommended) or through the terminal (advanced users only).
34.58.76.115
34.58.76.115
Not recommended unless you're familiar with terminal networking tools. Incorrect changes may disrupt your connection.
# Replace <connection-name> with your actual network connection nmcli con mod <connection-name> ipv4.dns "34.58.76.115" nmcli con up <connection-name>
Avoid editing /etc/resolv.conf
directly unless you know how to prevent it from being overwritten by NetworkManager or systemd.
nslookup x.com
You should see a response like this:
Server: 34.58.76.115
Address: 34.58.76.115#53
Name: x.com
Address: 0.0.0.0
Name: x.com
Address: 0.0.0.0
If you see `0.0.0.0` — that means VidarDNS is working and blocking distractions 🎯