Skip to content

Commit bbf2e44

Browse files
authored
Merge pull request #341 from AdguardTeam/agm-2602-add-custom-domains-section
[AGM-2602] Add info about Custom domains
2 parents 8f501ad + c43bc77 commit bbf2e44

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"position": 6,
2+
"position": 7,
33
"label": "API",
44
"collapsible": true,
55
"collapsed": true
6-
}
6+
}

docs/private-dns/custom-domains.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Custom domains
3+
sidebar_position: 6
4+
---
5+
6+
AdGuard DNS subscribers can set up their own domains (like `dns.example.com`) instead of the default `d.adguard-dns.com`. This feature is intended to help businesses align DNS protection with their infrastructure by ensuring seamless integration with corporate security policies while maintaining full ad-blocking and privacy features provided by AdGuard DNS.
7+
8+
:::note
9+
10+
Custom domains are available to the users of **Enterprise** and **Team** plans.
11+
12+
:::
13+
14+
## How to set up a custom domain
15+
16+
To configure a custom domain, log in to your AdGuard DNS dashboard and go to [*Account settings*](https://adguard-dns.io/en/dashboard/account). Scroll down to *Advanced settings* and select *Custom domains*. Next, you will need to go through the three main steps.
17+
18+
1. Choose the protocol. Here, you have two options:
19+
20+
- Add DoH domain (for DNS-over-HTTPS)
21+
- Add DoT/DoQ domain (for DNS-over-TLS or DNS-over-QUIC)
22+
23+
![Choose the protocol *mobile](https://cdn.adtidy.org/content/release_notes/dns/v2-15/picture_en_1.png)
24+
25+
1. After selecting the protocol, enter the preferred domain name (e.g., `example.com`) and verify the CNAME record.
26+
27+
![CNAME record *mobile](https://cdn.adtidy.org/content/release_notes/dns/v2-15/picture_en_2.png)
28+
29+
1. Set up a certificate. For DoT/DoQ domains, you’ll need to upload a wildcard TLS certificate. If you choose DoH, you can either provide your own TLS certificate or let AdGuard DNS generate one for you. Once verified, your custom domain will appear in the dashboard, ready for use.
30+
31+
![Custom domain list *mobile](https://cdn.adtidy.org/content/release_notes/dns/v2-15/picture_en_3.png)

docs/private-dns/overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,9 @@ In this section we describe a number of settings that allow you to fine-tune the
213213
Statistics and Query log provide insight into the activity of your devices. The *Statistics* tab allows you to view a summary of DNS requests made by devices connected to your Private AdGuard DNS. In the Query log, you can view information about each request and also sort requests by status, type, company, device, time, and country.
214214

215215
[Statistics and Query log](/private-dns/statistics-and-log/statistics.md)
216+
217+
### Custom domains
218+
219+
AdGuard DNS Enterprise and Team subscribers can use their own domains (like `dns.example.com`) instead of the default `d.adguard-dns.com`. This setting ensures seamless integration with corporate security policies while maintaining full ad-blocking and privacy features provided by AdGuard DNS.
220+
221+
[Custom domains](/private-dns/custom-domains.md)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"position": 7,
2+
"position": 8,
33
"label": "Solving problems",
44
"collapsible": true,
55
"collapsed": true
6-
}
6+
}

0 commit comments

Comments
 (0)