# How to protect your network with AdGuard Home

## Introduction <a href="#introduction" id="introduction"></a>

[AdGuard Home](https://adguard.com/en/blog/in-depth-review-adguard-home.html) is a free and open-source tool for network protection. It can help you protect your devices from advertisements, malicious URLs, and dangerous websites. AdGuard Home is highly customizable and works network wide. However, without exposing the server device to the outside internet, you cannot use your AdGuard Home instance from a remote device or another location.

With the help of [Meshnet](https://nordvpn.com/meshnet/), you can connect your AdGuard Home server and devices from anywhere in the world into a single virtual network. This technology allows you to use self-hosted LAN services, such as AdGuard Home, remotely without compromising on security.

This guide outlines the steps to install AdGuard Home on Windows, macOS, and Linux and explains how to change your DNS addresses to use it remotely.

{% hint style="info" %}
**Note**

Changing DNS addresses while using cellular data and keeping the Meshnet connection active is not possible. If you are using a mobile device with a cellular connection, you will need to use AdGuard Home [with a VPN connection](#with-a-vpn-connection).
{% endhint %}

## Install AdGuard Home <a href="#install-adguard-home" id="install-adguard-home"></a>

Begin by downloading and installing AdGuard Home on your device.

{% tabs %}
{% tab title="Windows" %}
To install AdGuard Home on Windows:

1. Download the [AdGuard Home package for Windows](https://github.com/AdguardTeam/AdGuardHome/wiki/Platforms) from GitHub.

2. Extract the downloaded .zip file.

3. Open **Command Prompt** as an administrator by pressing the **Windows**<img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FGTHMj8B4fgledLDhPDUm%2Ficon_win_start_11_blue.svg?alt=media&#x26;token=045c5a29-141c-44c1-9dfa-08d59d6bf047" alt="" data-size="line"> key + **R**, entering `cmd`, and pressing **Ctrl** + **Shift** + **Enter**.

4. Navigate to the extracted AdGuard Home folder location using the `cd` command.\
   &#x20;\
   **Example**

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">cd "C:\Users\meshnet\Downloads\AdGuardHome_windows_amd64\AdGuardHome"
   </code></pre>

   &#x20;

5. Run the following command to install and start AdGuard Home:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">AdGuardHome.exe -s install
   </code></pre>

6. Check if the service status is `running` by using this command:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">AdGuardHome.exe -s status
   </code></pre>

   &#x20;

   <div align="left"><figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FTGXbWBN7xG5gmUTYykcH%2Fadguard_win_status.png?alt=media&#x26;token=9c358087-ec3a-46f3-a61c-0975b89b2732" alt="The Command Prompt window displaying the &#x22;running&#x22; status of AdGuard Home"><figcaption></figcaption></figure></div>

AdGuard Home is now installed and active on your device.
{% endtab %}

{% tab title="macOS" %}
To install AdGuard Home on macOS:

1. Download the [AdGuard Home package for macOS](https://github.com/AdguardTeam/AdGuardHome/wiki/Platforms) from GitHub.
   * If you are using an Intel Mac, choose the AMD64 release package.
   * If you are using an Apple silicon Mac, choose the 64-bit ARM release package.
2. Extract the downloaded .zip file by double-clicking it.
3. In **Finder**<img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FzliXwqqNaTS1rMMHONSJ%2Fmac-finder.svg?alt=media&#x26;token=0c2f76d2-bdd5-4321-b458-b4f777d05622" alt="" data-size="line">, drag the extracted AdGuard Home package to the **Applications** folder.

   <figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FHhBKo04DhX77MPiigcei%2Fadguard_mac_folder_dark.png?alt=media&#x26;token=fed713fe-afda-48ab-ae25-cea79c75b1e0" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FdBmd6HA93B8sSSuJptIY%2Fadguard_mac_folder.png?alt=media&#x26;token=c0691391-ccfa-46a3-9b14-c3a06f7d78c1" alt="The process of dragging AdGuard Home from the Downloads folder to the Applications folder in Finder"></picture><figcaption></figcaption></figure>

   &#x20;
4. Open **Terminal** and navigate to the AdGuard Home folder using this command:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">cd /Applications/AdGuardHome
   </code></pre>

   &#x20;
5. Install AdGuard Home with the following command:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">sudo ./AdGuardHome -s install
   </code></pre>

   &#x20;
6. Enter your administrator password. The input will be hidden.
7. Check if the service status is `running` by using this command:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">sudo ./AdGuardHome -s status
   </code></pre>

   &#x20;

   &#x20;**Example**

   <figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FSyPNfw8M4Eoh86isKcvU%2Fadguard_mac_status_dark.png?alt=media&#x26;token=a9a25d6c-17a5-4be8-932b-3d46bc4d179f" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FdNeGIgfm7JYL02QufMpS%2Fadguard_mac_status.png?alt=media&#x26;token=c50d40f9-dc02-483f-83c3-88a5ca4865fd" alt="The terminal displaying the &#x22;running&#x22; status of AdGuard Home"></picture><figcaption></figcaption></figure>

AdGuard Home is now installed and active on your device.

{% hint style="info" %}
**Note**

When trying to install AdGuard Home, you may receive an error message indicating that the developer cannot be verified. To proceed with the installation, open **System settings** > **Privacy & security**, scroll down, and click **Allow anyway**.

<picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2Fl6dQW0Pye320qnXemrRH%2Fadguard_mac_allow_dark.png?alt=media&#x26;token=e0f6e7fd-fef3-4ef1-b7d3-6935597c7132" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2F8c4U5aN1KopIR7neQtnI%2Fadguard_mac_allow.png?alt=media&#x26;token=c180b16f-4491-471e-97ef-e971da84edca" alt="Clicking &#x27;Allow anyway&#x27; in system preferences"></picture>
{% endhint %}
{% endtab %}

{% tab title="Linux" %}

### Method 1: Using the Snap Store <a href="#method-1-using-the-snap-store" id="method-1-using-the-snap-store"></a>

For a quick and easy installation, you can download AdGuard Home from the [Snap Store](https://snapcraft.io/adguard-home).

1. Open **Terminal**.
2. Run the following command to download and install AdGuard Home:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">sudo snap install adguard-home
   </code></pre>

   &#x20;

When the process finishes, AdGuard Home is started automatically.

### Method 2: Using an automated install script <a href="#method-2-using-an-automated-install-script" id="method-2-using-an-automated-install-script"></a>

Another way to install AdGuard Home is by using an automated install script with the `curl` command.

1. Open **Terminal**.
2. Run this command to execute the automated install script:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v
   </code></pre>

   &#x20;

Once the installation process finishes, check if the AdGuard Home service is `running` with this command:

{% code overflow="wrap" %}

```bash
sudo /opt/AdGuardHome/AdGuardHome -s status
```

{% endcode %}

<figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FKKK2YeAhEZJVgzR4XRQs%2Fadguard_linux_status.png?alt=media&#x26;token=66eab151-e92b-4a75-94a7-ba3953ea6f00" alt="The terminal displaying the &#x22;running&#x22; status of AdGuard Home"><figcaption></figcaption></figure>

AdGuard Home is now active and ready for use.
{% endtab %}
{% endtabs %}

## Configure AdGuard Home settings <a href="#configure-adguard-home-settings" id="configure-adguard-home-settings"></a>

After you install AdGuard Home, its web interface is created. By default, the interface listens on [port](https://nordvpn.com/blog/what-is-my-port/) 3000. All of the settings are configured via the web interface.

### Set up your account <a href="#set-up-your-account" id="set-up-your-account"></a>

To set up your AdGuard Home account, take the following steps:

1. Open your internet browser and enter the following URL:\
   `localhost:3000/`\
   &#x20;
2. Click **Get started**.
3. In the **Admin web interface** section, select the port number. The default port is 80, but if it is already occupied, you can change it to another one, such as port 81.,
4. Under **DNS server**, make sure that the **All interfaces** option is selected. This option allows you to use AdGuard Home locally and remotely over Meshnet.

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2F5GtL3KdpBVB9lc84sbcG%2Fadguard_web_interfaces_dark.png?alt=media&#x26;token=0676d179-5d2c-4402-adf6-ab9c400705a3" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2F53YLENBmlxE3LT4XzJkU%2Fadguard_web_interfaces.png?alt=media&#x26;token=65e6a6fb-125c-43ff-ab55-9298d021c737" alt=""></picture><figcaption></figcaption></figure></div>

   &#x20;
5. Click **Next**.
6. Follow the on-screen instructions to create your account and finish the setup procedure.

### Select your upstream DNS <a href="#select-your-upstream-dns" id="select-your-upstream-dns"></a>

With AdGuard Home, you can select from a wide range of upstream [DNS addresses](https://nordvpn.com/cybersecurity/glossary/dns/). In addition to standard DNS, you can also choose:

* [DNS-over-HTTPS](https://en.wikipedia.org/wiki/DNS_over_HTTPS)
* [DNS-over-TLS](https://en.wikipedia.org/wiki/DNS_over_TLS)
* [DNS-over-QUIC](https://en.wikipedia.org/wiki/QUIC)
* [DNSCrypt](https://en.wikipedia.org/wiki/DNSCrypt)

To configure your upstream DNS:

1. Access your AdGuard Home dashboard at `http://localhost:<port>`, replacing `<port>` with the previously selected port number.\
   \
   To open the dashboard from a Meshnet peer device, substitute `localhost` with the server device’s Nord name or Meshnet IP.\
   &#x20;
2. Log in to your account.
3. From the dashboard, click **Settings** > **DNS settings**.

   <figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FBBPenK79P7xA9TYJePX5%2Fadguard_dns_settings_dark.png?alt=media&#x26;token=8bb3231a-e8ac-4253-87d2-24ee5a033025" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FsxkTJZfSQeJuD2g3NW0d%2Fadguard_dns_settings.png?alt=media&#x26;token=3710babd-0c07-4d1b-995b-5eb17f5bb52b" alt="The &#x22;DNS settings&#x22; option is highlighted"></picture><figcaption></figcaption></figure>

   &#x20;
4. In the **Upstream DNS servers** field, enter your preferred DNS servers. You can choose from the list of [known DNS providers](https://adguard-dns.io/kb/general/dns-providers/?clid=eSx8bU--QeF322--d09UI5\&utm_campaign=dns_kb_providers\&utm_medium=ui\&utm_source=home).

   <figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FR472uLkpDooaA84Fc8AN%2Fadguard_upstream_dns_dark.png?alt=media&#x26;token=5b7f81e3-3445-4fab-b7ff-9be019efe558" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FiCTSL8ytFHFscycmCd6m%2Fadguard_upstream_dns.png?alt=media&#x26;token=7bcdfb4d-b1ad-4a0a-abc4-22038cb09f40" alt="Displaying the highlighted DNS servers that have been entered"></picture><figcaption></figcaption></figure>

   &#x20;
5. Click **Test upstreams** to check if the DNS servers are working correctly and click **Apply**.

Now your selected upstream DNS servers are used for hostname resolution.

### Choose your blocklists <a href="#choose-your-blocklists" id="choose-your-blocklists"></a>

To enhance your [network security](https://nordvpn.com/cybersecurity/network-security/), you have the option of adding DNS blocklists to your dashboard. You can choose from the built-in list or add your custom blocklist URLs.

1. From your AdGuard Home dashboard, select **Filters** > **DNS blocklists**.

   <figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FDl3XDHD2Dy3880WEXna9%2Fadguard_dns_blocklists_dark.png?alt=media&#x26;token=603a9e55-42ce-4f62-8eed-b693056ae6a2" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FqxrFSQERxlB6YasGrAiO%2Fadguard_dns_blocklists.png?alt=media&#x26;token=f6a4c245-30e7-4b86-8c49-1bd72fe2c7cb" alt="The &#x22;DNS blocklists&#x22; option is highlighted"></picture><figcaption></figcaption></figure>

   &#x20;
2. Click the **Add blocklist** button at the bottom and select **Choose from the list**.
3. Check the blocklists that you want to include and click **Save**.

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FDghvU2gUTrevXGWyuX6l%2Fadguard_choose_blocklists_dark.png?alt=media&#x26;token=4b8739e5-ce19-47db-8617-d407e0d237ea" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2F93E11rWMjiUpjLH53fw2%2Fadguard_choose_blocklists.png?alt=media&#x26;token=a52902cb-81ca-4c88-80c8-0a5d9cd66ce2" alt="Lists that block tracking and advertising are displayed, with some of them selected" width="356"></picture><figcaption></figcaption></figure></div>

You will see the chosen blocklists added to the DNS blocklist table.

## Use AdGuard Home DNS over Meshnet <a href="#use-adguard-home-dns-over-meshnet" id="use-adguard-home-dns-over-meshnet"></a>

Now that you've completed all the necessary steps, your AdGuard Home is fully set up. To make use of its features, you need to change your device’s DNS address to the Meshnet IP of the AdGuard Home device.

### Without a VPN connection

{% tabs %}
{% tab title="Windows" %}

### Windows 11 <a href="#windows-11" id="windows-11"></a>

1. Right-click the **Start** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FGTHMj8B4fgledLDhPDUm%2Ficon_win_start_11_blue.svg?alt=media&#x26;token=045c5a29-141c-44c1-9dfa-08d59d6bf047" alt="" data-size="line"> button and select **Network connections**.
2. Choose the network type your device is using (Wi-Fi or Ethernet).
3. Find the **DNS server assignment** option and click **Edit**.
4. Choose **Manual** from the dropdown list and enable **IPv4**.
5. Enter the following information:
   * Under **Preferred DNS**, enter the Meshnet IP of the AdGuard Home server.
   * Under **Alternate DNS**, enter the DNS address of another provider.

     <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2Fvl0uStZLqefgedBNSH3U%2Fpihole_win11_dns_dark.png?alt=media&#x26;token=b2159f05-81d3-49da-9487-abb0ebeac3f2" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2F2oJyWGOeiDZvQ5eTAWtc%2Fpihole_win11_dns.png?alt=media&#x26;token=6b372c86-79f4-4a07-a27c-13fde71100dd" alt="The Meshnet IP and alternate DNS addresses entered in the network DNS settings" width="375"></picture><figcaption></figcaption></figure></div>

     &#x20;
6. Click **Save**.

### Windows 10 <a href="#windows-10" id="windows-10"></a>

1. Right-click **Start** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FUQJtB6BkEOeGOFJGHp5w%2Ficon_win_start_10_blue.svg?alt=media&#x26;token=f54abf2e-d9fb-46f2-893b-8dd5fa570140" alt="" data-size="line"> and select **Network connections**.
2. Select **Change adapter options**.
3. Right-click your current network adapter (Wi-Fi or Ethernet) and select **Properties**.
4. In the new window, select **Internet Protocol Version 4 (TCP/IPv4)** and click **Properties**.
5. Select **Use the following DNS server addresses**.
6. Enter the following information:
   * In the **Preferred DNS server** field, enter the Meshnet IP of the AdGuard Home server.
   * In the **Alternate DNS server** field, enter the DNS address of another provider.

     <div align="left"><figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FLoLP4OsQHkWqhsKNRPtp%2Fpihole_win10_dns.png?alt=media&#x26;token=20848743-5d43-444f-9a07-46a2654e8925" alt="The Meshnet IP and alternate DNS addresses entered ." width="375"><figcaption></figcaption></figure></div>

     &#x20;
7. Click **OK** twice to apply the changes.
   {% endtab %}

{% tab title="Android" %}
{% hint style="info" %}
**Note**

These instructions detail how to change your DNS addresses on Android 16. If you are using a different version of Android, consult your device's specific documentation for guidance, as the procedure may differ.
{% endhint %}

1. Go to **Network & internet** > **Internet**, find your current Wi-Fi network, and tap the gear button.
2. In the upper-right corner, select **Modify**.
3. Expand the **Advanced settings** dropdown, and change the **IP settings** value to **Static**.
4. Enter your device's local IP address, network gateway, and network prefix length.
5. Fill in the required DNS addresses.
   * Under **DNS 1**, enter the Meshnet IP of the AdGuard Home device.
   * Under **DNS 2**, enter the DNS address of another provider.

     <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2F4FoZr1ObAJBZhrZhcFsa%2FScreenshot_1761032602.png?alt=media&#x26;token=bfadd564-49c5-4182-8fba-ff5ab05e5115" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FfG1K3FXKJGlqHpjeb4Tf%2FScreenshot_1761032594.png?alt=media&#x26;token=e130e969-d661-4dad-b9af-b325c7d935e1" alt="The Meshnet IP and alternate DNS addresses entered in Android settings." width="375"></picture><figcaption></figcaption></figure></div>

     &#x20;
6. Press **Save** (if such a button is present).
   {% endtab %}

{% tab title="iOS" %}

1. Open **Settings**.
2. Tap **Wi-Fi**, find your current network, and tap the Info<img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FOn4eqQIaY5SNditezKz4%2Ficon_mac_info_blue.svg?alt=media&#x26;token=95c5f2e5-031d-4199-9a0a-43c7006410b3" alt="" data-size="line"> button.
3. Tap **Configure DNS** and choose **Manual**.
4. Select **Add server** and enter the Meshnet IP of the AdGuard Home server.

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FvMyLWIbXUfC61aqdVJCn%2Fios_dns_system_dark.png?alt=media&#x26;token=0fcf9ac1-a6d6-419b-b2f9-e9e0a4ee07ea" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FhbpR2nleJfr8Q8nE5hEv%2Fios_dns_system.png?alt=media&#x26;token=f10c6f5a-7f56-4e6f-b888-98ce63936ba3" alt="The Meshnet IP entered in iOS DNS settings." width="375"></picture><figcaption></figcaption></figure></div>

   &#x20;
5. Ensure that the added IP address is at the top.
6. Tap **Save**.
   {% endtab %}

{% tab title="macOS" %}

### macOS Ventura 13 and newer <a href="#macos-ventura-13-and-newer" id="macos-ventura-13-and-newer"></a>

1. Go to **System settings** and click **Network**.
2. Select the network interface you use (Wi-Fi or Ethernet) and click **Details**.
3. Open the **DNS** tab and click the plus (+) button at the bottom to add the Meshnet IP of the AdGuard Home server.
4. Ensure that the added IP address is at the top.

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FcLHe7cxdf7sg4OmM8tdy%2Fpihole_mac_dns_dark.png?alt=media&#x26;token=5fb2f81e-d6aa-4335-84c9-5d18619b7685" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2Fyrrso9bb1Aq0J0PCsWHm%2Fpihole_mac_dns.png?alt=media&#x26;token=dfe79f32-804f-448d-9392-ceaffbdfbe72" alt="The Meshnet IP entered in macOS DNS settings"></picture><figcaption></figcaption></figure></div>

   &#x20;
5. Click **OK** to save the changes.

### macOS Monterey 12 and older <a href="#macos-monterey-12-and-older" id="macos-monterey-12-and-older"></a>

1. Go to **System preferences** and click **Network**.
2. Select the network interface you use (Wi-Fi or Ethernet) and click **Advanced.**
3. Open the **DNS** tab and add the Meshnet IP of the AdGuard Home server by clicking the plus (+) icon.
4. Ensure that the added IP address is at the top.

   <div align="left"><figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FRa4v4WZIrKqZWhjkndIl%2Fimage.png?alt=media&#x26;token=82e5022b-f953-4f08-9f45-35cd794dc2ac" alt="The Meshnet IP entered in macOS DNS settings."><figcaption></figcaption></figure></div>

   &#x20;
5. Click **OK** and **Apply**.
   {% endtab %}

{% tab title="Linux" %}

### Method 1: Using Network Manager <a href="#method-1-using-network-manager" id="method-1-using-network-manager"></a>

1. Open **Settings**, and then select either **Network** or **Wi-Fi** based on your network type.

2. Click the gear button and head to the **IPv4** tab.

3. Next to **DNS**, turn off the **Automatic** toggle.

4. In the **DNS** field, enter the Meshnet IP of the AdGuard Home server and the DNS of another provider, separated by a comma.

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2F9LkC6l3gJ0jgd7lMKcud%2Flinux_dns_system_dark.png?alt=media&#x26;token=73445fbe-6d50-4da1-87a2-db4f77cb5f21" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FAXfwKdnnMg7T1IQbZK0T%2Flinux_dns_system.png?alt=media&#x26;token=08c88624-a6cd-44cf-932f-7580e99fe908" alt=" The Meshnet IP and alternate DNS addresses entered in Linux network settings"></picture><figcaption></figcaption></figure></div>

5. Click **Apply**.

6. Open **Terminal** and run the following command to restart the Network Manager daemon:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">sudo systemctl restart NetworkManager
   </code></pre>

7. Enter your sudo password. The input will be hidden.

### Method 2: Using Terminal <a href="#method-2-using-terminal" id="method-2-using-terminal"></a>

1. Open **Terminal** and run the following command:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">sudo nano /etc/systemd/resolved.conf
   </code></pre>

2. Locate the `DNS` and `FallbackDNS` lines.

3. Uncomment the lines by removing the hash (#) symbols.

4. Enter the appropriate DNS addresses after the equals (=) sign, as shown:\
   &#x20;

   `DNS=<Meshnet IP of the AdGuard Home server>`\
   `FallbackDNS=<DNS of another provider>`\
   &#x20;\
   **Example**

   <figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FZxsdvkik2lbv9GUVC1oW%2Flinux_dns_change.png?alt=media&#x26;token=2f75a20e-61d0-4695-b564-f89b54de1345" alt="The Meshnet IP of the AdGuard Home server and an alternate DNS address entered"><figcaption></figcaption></figure>

5. Press **Ctrl** + **X**, **Y**, and **Enter** to exit and save the changes.

6. Run the following command to ensure that the network changes are applied:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">sudo systemctl restart systemd-resolved
   </code></pre>

   &#x20;

7. Enter your sudo password. The input will be hidden.

{% hint style="info" %}
**Note**

Changes in the `/etc/systemd/resolved.conf` file take priority over settings in the Network Manager. Therefore, if you apply the DNS change directly via the Network Manager settings, ensure that there are no custom configurations in the previously mentioned `resolved.conf` file. Otherwise, the specified DNS addresses will not be used.
{% endhint %}
{% endtab %}

{% tab title="Android TV" %}

1. Open the Android TV **Settings** menu.
2. Select **Network & internet**.
3. Choose your network and change the **IP settings** value to **Static**.
4. Enter your device's local IP address, network gateway, and network prefix length.
5. Type in the DNS addresses:
   * In the **DNS 1** field, enter the Meshnet IP address of your AdGuard Home device.

     <figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FQ0dBoplKc8J2KmyOOja4%2Ftv_dns.png?alt=media&#x26;token=ac3328da-72f8-422c-b891-07696ed1cd83" alt="Meshnet IP address entered in the DNS 1 field."><figcaption></figcaption></figure>

     &#x20;
   * In the **DNS 2** field, enter the DNS address of another provider.
     {% endtab %}
     {% endtabs %}

### With a VPN connection

Meshnet allows you to use your custom, self-hosted DNS server alongside a VPN connection via the NordVPN app. Follow these steps to use your AdGuard Home DNS when connected to a VPN server:

{% tabs %}
{% tab title="Windows" %}

1. Open the **NordVPN** app.
2. Navigate to **Devices in** **Meshnet** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FyNPGbeTmyQ5agRdyJD19%2Ficon_meshnet_blue.svg?alt=media&#x26;token=478d08e6-81b2-4acc-af45-46579f95599e" alt="" data-size="line"> and copy the Meshnet IP address of your AdGuard Home device.
3. In the lower-left corner, click **Settings** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FC2hkblosbIrlIfynbBXZ%2Ficon_settings_blue.svg?alt=media&#x26;token=f897803f-fd71-4620-bc6b-bf86c5485491" alt="" data-size="line">.
4. Select the **Connection and security** section.
5. Turn on the **Use custom DNS** toggle and click the dropdown arrow.
6. In the first field, paste the copied Meshnet IP address.

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2Fi4M8GsZYZGspDIClikdx%2Fwin_dns_app_dark.png?alt=media&#x26;token=7dd2a326-2971-451e-b867-bdd3d83126b5" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FXOEKTQ8IwTKqMq0zErJ6%2Fwin_dns_app.png?alt=media&#x26;token=c6064771-aef5-47d5-accc-dc8bd74b8591" alt="Entering the Meshnet IP address in the Use custom DNS section in the NordVPN app settings."></picture><figcaption></figcaption></figure></div>

   &#x20;
7. Click the Save checkmark.

Now, when you establish a VPN connection to a NordVPN server, the DNS address that you specified will be used for the connection.

{% hint style="info" %}
**Note**

In **Threat protection pro** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FBItAyv3nig6bojhmWtFD%2Ficon_tp-pro_blue.svg?alt=media&#x26;token=b7873f20-3ac5-45ef-93ff-3322bdf72ab0" alt="" data-size="line"> > **Advanced browsing protection**, ensure that the **DNS filtering** toggle is turned off. Otherwise, the [Threat Protection feature](https://nordvpn.com/features/threat-protection/) will overwrite the custom DNS change.
{% endhint %}
{% endtab %}

{% tab title="Android" %}

1. Open the **NordVPN** app.
2. Navigate to **Products** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2Fpj0sQNufY9ZBXInxL7cS%2Ficon_products_blue.svg?alt=media&#x26;token=40a7e012-a8ad-4ba2-9599-0bd15a3516e3" alt="" data-size="line"> > **Meshnet** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FyNPGbeTmyQ5agRdyJD19%2Ficon_meshnet_blue.svg?alt=media&#x26;token=478d08e6-81b2-4acc-af45-46579f95599e" alt="" data-size="line"> > **Manage devices** and copy the Meshnet IP address of your AdGuard Home device.
3. Go to the **Profile** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FOdrTcCKmcNvjxUD1IYVE%2Ficon_profile_blue.svg?alt=media&#x26;token=aa032bd1-aa1d-48f0-8013-b50719042e37" alt="" data-size="line"> menu, and then go to **Settings** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FC2hkblosbIrlIfynbBXZ%2Ficon_settings_blue.svg?alt=media&#x26;token=f897803f-fd71-4620-bc6b-bf86c5485491" alt="" data-size="line"> > **DNS.**
4. Select **Use custom DNS**, paste the copied Meshnet IP address, and tap **Add**.<br>

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FQoB8C2qQYmXGUgxjZ2W0%2Fandroid_dns_app_dark.png?alt=media&#x26;token=eb0a0f3e-e219-4d6c-8168-8d32f027fab8" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FyfvPxJWUBvinkgQtA5Lt%2Fandroid_dns_app.png?alt=media&#x26;token=430f4edd-a5e3-48cf-8943-61bdb240afde" alt="Entering the Meshnet IP address as the custom DNS server in the NordVPN app." width="375"></picture><figcaption></figcaption></figure></div>

Now, when you establish a VPN connection to a NordVPN server, the DNS addresses that you specified will be used for the connection.

{% hint style="info" %}
**Note**

On the **Threat protection** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FBItAyv3nig6bojhmWtFD%2Ficon_tp-pro_blue.svg?alt=media&#x26;token=b7873f20-3ac5-45ef-93ff-3322bdf72ab0" alt="" data-size="line"> tab, ensure that the **Use threat protection** option is turned off. Otherwise, the [Threat Protection feature](https://nordvpn.com/features/threat-protection/) will overwrite the custom DNS change.
{% endhint %}
{% endtab %}

{% tab title="iOS" %}

1. Open the **NordVPN** app.
2. Navigate to **Products** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2Fpj0sQNufY9ZBXInxL7cS%2Ficon_products_blue.svg?alt=media&#x26;token=40a7e012-a8ad-4ba2-9599-0bd15a3516e3" alt="" data-size="line"> > **Meshnet** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FyNPGbeTmyQ5agRdyJD19%2Ficon_meshnet_blue.svg?alt=media&#x26;token=478d08e6-81b2-4acc-af45-46579f95599e" alt="" data-size="line"> > **Manage devices** and copy the Meshnet IP address of your AdGuard Home device by tapping it.
3. Go to the **Profile** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FOdrTcCKmcNvjxUD1IYVE%2Ficon_profile_blue.svg?alt=media&#x26;token=aa032bd1-aa1d-48f0-8013-b50719042e37" alt="" data-size="line"> menu and select **Settings** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FC2hkblosbIrlIfynbBXZ%2Ficon_settings_blue.svg?alt=media&#x26;token=f897803f-fd71-4620-bc6b-bf86c5485491" alt="" data-size="line">.
4. Under **VPN connection**, tap **Location and protocol**.
5. In the **Enter custom DNS address** field, paste the copied Meshnet IP address.

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FbO17mZz0ZXnth5cmJkH5%2Fios_dns_app_dark.png?alt=media&#x26;token=c7b9e3ec-a3c3-4c89-b7ac-42aa889e09da" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FlazGy6XRhT28Mk0cp0Fw%2Fios_dns_app.png?alt=media&#x26;token=23cbe9e7-21db-40a2-86ea-09d29d0b70fd" alt="Entering the Meshnet IP address as the custom DNS server in the NordVPN app." width="375"></picture><figcaption></figcaption></figure></div>

Now, when you establish a VPN connection to a NordVPN server, the DNS address that you specified will be used for the connection.

{% hint style="info" %}
**Note**

On the **Threat protection** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FBItAyv3nig6bojhmWtFD%2Ficon_tp-pro_blue.svg?alt=media&#x26;token=b7873f20-3ac5-45ef-93ff-3322bdf72ab0" alt="" data-size="line"> tab, ensure that threat protection is turned off. Otherwise, the [Threat Protection feature](https://nordvpn.com/features/threat-protection/) will overwrite the custom DNS change.
{% endhint %}
{% endtab %}

{% tab title="macOS" %}
{% hint style="info" %}
**Note**

The custom DNS feature is available only on the [direct download](https://nordvpn.com/download/mac/) version of the NordVPN app.
{% endhint %}

1. Open the **NordVPN** app.
2. Navigate to the **Meshnet** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FyNPGbeTmyQ5agRdyJD19%2Ficon_meshnet_blue.svg?alt=media&#x26;token=478d08e6-81b2-4acc-af45-46579f95599e" alt="" data-size="line"> tab and copy the Meshnet IP address of your AdGuard Home device.
3. In the upper-right corner, click **Profile** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FOdrTcCKmcNvjxUD1IYVE%2Ficon_profile_blue.svg?alt=media&#x26;token=aa032bd1-aa1d-48f0-8013-b50719042e37" alt="" data-size="line"> > **Settings** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FC2hkblosbIrlIfynbBXZ%2Ficon_settings_blue.svg?alt=media&#x26;token=f897803f-fd71-4620-bc6b-bf86c5485491" alt="" data-size="line"> and go to **Custom DNS**.
4. Click **Add new DNS**.
5. In the new entry, paste the copied Meshnet IP address.
6. Turn on the **Enable custom DNS servers** toggle.

   <div align="left"><figure><picture><source srcset="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FjnfGQ9LMm2LpjqRQNJHk%2Fmac_dns_app_dark.png?alt=media&#x26;token=54724927-ecbe-419d-8c93-21f85a9d6e55" media="(prefers-color-scheme: dark)"><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FXoOTPGWKZktzOMJZ3jP4%2Fmac_dns_app.png?alt=media&#x26;token=04e1c44a-eaa9-4d4c-9d64-c7b11a12c553" alt="Enabling the custom DNS toggle in the NordVPN app settings."></picture><figcaption></figcaption></figure></div>

Now, when you establish a VPN connection to a NordVPN server, the DNS addresses that you specified will be used for the connection.

{% hint style="info" %}
**Note**

In **Threat protection pro** <img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FBItAyv3nig6bojhmWtFD%2Ficon_tp-pro_blue.svg?alt=media&#x26;token=b7873f20-3ac5-45ef-93ff-3322bdf72ab0" alt="" data-size="line"> > **Overview**, ensure that the **DNS filtering** toggle is turned off. Otherwise, the [Threat Protection feature](https://nordvpn.com/features/threat-protection/) will overwrite the custom DNS change.
{% endhint %}
{% endtab %}

{% tab title="Linux" %}

1. Open **Terminal**.
2. Run the following command, replacing `<MeshnetIP>` with your AdGuard Home device's Meshnet IP address:

   <pre class="language-bash" data-overflow="wrap"><code class="lang-bash">nordvpn set dns &#x3C;MeshnetIP>
   </code></pre>

   &#x20;

   **Example**

   <div align="left"><figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2Fo1UkUvqEqUy32DZEoWYE%2Flinux_dns_app.png?alt=media&#x26;token=121541b3-0ade-4133-84f0-214992ea0228" alt="Running the &#x27;nordvpn set dns&#x27; command with the Meshnet IP address of the DNS server." width="563"><figcaption></figcaption></figure></div>

Now, when you establish a VPN connection to a NordVPN server, the DNS addresses that you specified will be used for the connection.

{% hint style="info" %}
**Note**

Make sure that **Threat protection lite** is turned off. Otherwise, the [Threat Protection feature](https://nordvpn.com/features/threat-protection/) will overwrite the custom DNS change.

To disable **Threat Protection lite**, use the `nordvpn set tplite off` command.
{% endhint %}
{% endtab %}

{% tab title="Android TV" %}

1. Open the **NordVPN** app.
2. Navigate to **Settings**<img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FC2hkblosbIrlIfynbBXZ%2Ficon_settings_blue.svg?alt=media&#x26;token=f897803f-fd71-4620-bc6b-bf86c5485491" alt="" data-size="line"> > **DNS server**.
3. Choose **Custom** and select **Add server**.

   <figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FWAT8Do32GtKp6F2EGIMp%2Ftv_dns_app_custom.png?alt=media&#x26;token=8e4d8c94-3a84-4136-8d90-f36ab129c94b" alt="&#x22;Custom&#x22; option selected from the DNS menu."><figcaption></figcaption></figure>

   &#x20;
4. Enter the Meshnet IP address of your AdGuard Home device.

   <div align="left"><figure><img src="https://3559400189-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0cTezbT2vN0lurEio8Z5%2Fuploads%2FSfYb2Nd1BibSfI3dYIoQ%2Ftv_dns_app.png?alt=media&#x26;token=3a9de79e-b736-4051-a005-97949f6abd16" alt="Meshnet IP written in the &#x27;Enter DNS server&#x27; field."><figcaption></figcaption></figure></div>

Now, when you establish a VPN connection to a NordVPN server, the DNS address that you specified will be used for the connection.

{% hint style="info" %}
**Note**

In **Settings**<img src="https://meshnet.nordvpn.com/~gitbook/image?url=https%3A%2F%2F3559400189-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F0cTezbT2vN0lurEio8Z5%252Fuploads%252FC2hkblosbIrlIfynbBXZ%252Ficon_settings_blue.svg%3Falt%3Dmedia%26token%3Df897803f-fd71-4620-bc6b-bf86c5485491&#x26;width=40&#x26;dpr=4&#x26;quality=100&#x26;sign=ed6714b3&#x26;sv=2" alt="" data-size="line"> > **Threat protection**, ensure that the **Threat Protection** toggle is turned off. Otherwise, the [Threat Protection feature](https://nordvpn.com/features/threat-protection/) will overwrite the custom DNS change.
{% endhint %}
{% endtab %}
{% endtabs %}
