VidarDNS

How to Set Up VidarDNS on Linux

You can configure VidarDNS via the system settings interface (recommended) or through the terminal (advanced users only).

GNOME (Ubuntu, Fedora, etc.)

  1. Go to Settings → Network
  2. Select the gear icon ⚙️ next to your active connection (Wi-Fi or Ethernet)
  3. Go to the IPv4 tab
  4. Disable the Automatic DNS toggle
  5. Enter the following DNS: 34.58.76.115
  6. (Optional) Do the same on the IPv6 tab or leave it blank
  7. Click Apply and reconnect to the network

KDE Plasma

  1. Go to System Settings → Network → Connections
  2. Edit your current network connection
  3. Go to the IPv4 tab
  4. Set Method to Automatic (Only addresses)
  5. Enter the DNS server: 34.58.76.115
  6. (Optional) Repeat for IPv6 or leave it blank
  7. Click OK and reconnect

⚠️ Optional: Command Line Setup (Advanced Users Only)

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.

🔍 How to Verify VidarDNS is Working