Skip to content

Commit 07a7842

Browse files
vyanovskygithub-actions[bot]
authored andcommitted
automatically update translations
1 parent bbf2e44 commit 07a7842

File tree

82 files changed

+913
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+913
-174
lines changed
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+
2. 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+
3. 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)

i18n/cs/docusaurus-plugin-content-docs/current/private-dns/overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,9 @@ V této části popisujeme řadu nastavení, která umožňují jemně vyladit f
214214
Statistiky a protokol dotazů poskytují přehled o činnosti vašich zařízení. Karta *Statistiky* umožňuje zobrazit přehled požadavků DNS provedených zařízeními připojenými k soukromému AdGuard DNS. V protokolu dotazů můžete zobrazit informace o každém požadavku a také seřadit požadavky podle stavu, typu, společnosti, zařízení, času a země.
215215

216216
[Statistiky a protokol dotazů](/private-dns/statistics-and-log/statistics.md)
217+
218+
### Custom domains
219+
220+
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.
221+
222+
[Custom domains](/private-dns/custom-domains.md)

i18n/cs/docusaurus-plugin-content-docs/current/public-dns/choosing-a-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Může však být nestabilní a způsobovat problémy s výkonem. Pokud všechny
2121

2222
### DNS-over-QUIC (DoQ)
2323

24-
DNS-over-QUIC je protokol DNS, který k přenosu požadavků DNS používá protokol transportní vrstvy QUIC. It solves one of the main problems with the DoH protocol: head-of-line blocking.
24+
DNS-over-QUIC je protokol DNS, který k přenosu požadavků DNS používá protokol transportní vrstvy QUIC. Řeší jeden z hlavních problémů protokolu DoH: head-of-line blocking.
2525

2626
Protože DoQ používá protokol QUIC k oddělení činnosti DNS od webového provozu, vyhýbá se problémům s časováním pozorovaným u DoH. Z toho vyplývá, že neodhaluje žádné vzorce provozu. Díky tomu je obtížnější spojit vaše dotazy DNS s vaší aktivitou při procházení, i když samotný provoz je snadněji zjistitelný.
2727

28-
However, DoQ remains an experimental protocol and might face stability problems or be blocked by ISPs and censors. If you are not ready to deal with that, it might not be the best choice.
28+
DoQ však zůstává experimentálním protokolem a může čelit problémům se stabilitou nebo být blokován poskytovateli internetových služeb a cenzory. Pokud na to nejste připraveni, možná to není ta nejlepší volba.
2929

3030
![DoH vs. DoQ \*border](https://cdn.adtidy.org/blog/new/gy178dohdoq.jpg)
3131

i18n/cs/docusaurus-plugin-content-docs/current/public-dns/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Omezení rychlosti DNS je technika používaná k regulaci množství přenosů,
4545

4646
### DNSCrypt
4747

48-
AdGuard DNS allows you to use a specific encrypted protocol — DNSCrypt. Thanks to it, all DNS requests are being encrypted, which protects you from possible request interception and subsequent eavesdropping and/or alteration.
48+
AdGuard DNS umožňuje používat specifický šifrovaný protokol — DNSCrypt. Díky tomu jsou všechny DNS požadavky šifrovány, což vás chrání před možným zachycením požadavků a následným odposlechem a/nebo změnou.
4949

5050
:::note
5151

52-
This is an obsolete protocol with restricted support.
52+
Jedná se o zastaralý protokol s omezenou podporou.
5353

5454
:::

i18n/da/docusaurus-plugin-content-docs/current/adguard-home/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ DOMAIN {
298298

299299
:::note
300300

301-
Brug ikke undermapper med Apache reverse HTTP-proxy. It’s a known issue ([#6604]) that Apache handles relative redirects differently than other web servers. Dette forårsager problemer med AdGuard Home-webgrænsefladen.
301+
Brug ikke undermapper med Apache reverse HTTP-proxy. Det er et kendt problem ([#6604]), at Apache håndterer relative omdirigeringer anderledes end andre webservere. Dette forårsager problemer med AdGuard Home-webgrænsefladen.
302302

303303
[#6604]: https://github.com/AdguardTeam/AdGuardHome/issues/6604
304304

i18n/da/docusaurus-plugin-content-docs/current/dns-client/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Understøttede CPU-arkitekturer:
3939

4040
:::caution
4141

42-
On macOS, it’s crucial that globally installed daemons are owned by `root` (see the [`launchd` documentation][launchd-requirements]), so the `AdGuardDNSClient` executable must be placed in the `/Applications/` directory or its subdirectory.
42+
macOS er det afgørende, at globalt installerede daemons ejes af `root` (se \[`launchd`-dokumentationen]\[launchd-krav]), så den eksekverbare `AdGuardDNSClient` skal placeres i mappen `/Applications/` eller dens undermappe.
4343

4444
:::
4545

0 commit comments

Comments
 (0)