AdGuard DNS — ad-blocking DNS server (original) (raw)

AdGuard Home

Try AdGuard Home, a powerful instrument to block ads and trackers and manage your home network. Once installed and configured, AdGuard Home protects ALL devices connected to your home Wi-Fi without requiring any client software. For more information, visit our GitHub repository.

How to install?

Ubuntu

Open System or System Settings, depending on your version.

Select Wi-Fi for wireless connections or Network for cable connections and click the cogwheel next to the required connection.

Enter the addresses of one of the DNS servers below.

Default servers

AdGuard DNS will block ads and trackers.

94.140.14.14

94.140.15.15

Non-filtering servers

AdGuard DNS will not block ads, trackers, or any other DNS requests.

94.140.14.140

94.140.14.141

Family protection servers

AdGuard DNS will block ads, trackers, adult content, and enable Safe Search and Safe Mode, where possible.

94.140.14.15

94.140.15.16

Turn off the Automatic switch next to the DNS field.

Enter the addresses of one of the DNS servers below.

Default servers

AdGuard DNS will block ads and trackers.

2a10:50c0::ad1:ff

2a10:50c0::ad2:ff

Non-filtering servers

AdGuard DNS will not block ads, trackers, or any other DNS requests.

2a10:50c0::1:ff

2a10:50c0::2:ff

Family protection servers

AdGuard DNS will block ads, trackers, adult content, and enable Safe Search and Safe Mode, where possible.

2a10:50c0::bad1:ff

2a10:50c0::bad2:ff

Turn off the Automatic switch next to the DNS field.

Restart your network to apply changes.

Debian

In the command line, type:

su

In the command line, enter:

nano /etc/resolv.conf

When the text editor opens, type in the addresses of one of the servers below.

Default servers

AdGuard DNS will block ads and trackers.

IPv4:

94.140.14.14

94.140.15.15

IPv6:

2a10:50c0::ad1:ff

2a10:50c0::ad2:ff

Non-filtering servers

AdGuard DNS will not block ads, trackers, or any other DNS requests.

IPv4:

94.140.14.140

94.140.14.141

IPv6:

2a10:50c0::1:ff

2a10:50c0::2:ff

Family protection servers

AdGuard DNS will block ads, trackers, adult content, and enable Safe Search and Safe Mode, where possible.

IPv4:

94.140.14.15

94.140.15.16

IPv6:

2a10:50c0::bad1:ff

2a10:50c0::bad2:ff

Press Ctrl+O to save the file.

Press Ctrl+X to quit the editor.

In the command line, enter:

/etc/init.d/networking restart