Skip to content

Commit 3ab592f

Browse files
authored
Merge branch 'master' into patch-3
2 parents a397526 + 0f366ca commit 3ab592f

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

docs/general/dns-providers.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,9 +1339,19 @@ Kids-friendly filter that also blocks ads, trackers, and malware
13391339
|DNS-over-HTTPS|`https://kids.ns.nwps.fi/dns-query` | [Add to AdGuard](adguard:add_dns_server?address=https://kids.ns.nwps.fi/dns-query&name=kids.ns.nwps.fi), [Add to AdGuard VPN](adguardvpn:add_dns_server?address=https://kids.ns.nwps.fi/dns-query&name=kids.ns.nwps.fi) |
13401340
|DNS-over-TLS|`tls://kids.ns.nwps.fi` | [Add to AdGuard](adguard:add_dns_server?address=tls://kids.ns.nwps.fi&name=kids.ns.nwps.fi), [Add to AdGuard VPN](adguardvpn:add_dns_server?address=tls://kids.ns.nwps.fi&name=kids.ns.nwps.fi) |
13411341

1342-
### [DNSGUARD](https://dnsguard.pub)
1342+
### ASTRACAT DNS
13431343

1344-
This DNS service blocks ads, tracking, and malware and has a strict no-logging policy.
1344+
[ASTRACAT DNS](https://astracat.vercel.app/) is a privacy-focused DNS resolver built on Cloudflare’s infrastructure and ASTRACAT’s data center. It emphasizes high speed, no logging, and no censorship, providing a secure and reliable DNS resolution experience.
1345+
1346+
| Protocol | Address |
1347+
|-------------------|-----------------------------------------------|
1348+
| DNS, IPv4 | `85.209.2.112` | [Add to AdGuard](adguard:add_dns_server?address=85.209.2.112&name=ASTRACAT%20DNS), [Add to AdGuard VPN](adguardvpn:add_dns_server?address=85.209.2.112&name=ASTRACAT%20DNS) |
1349+
| DNS-over-HTTPS | `https://frd4wvnobp.cloudflare-gateway.com/dns-query` | [Add to AdGuard](adguard:add_dns_server?address=https://frd4wvnobp.cloudflare-gateway.com/dns-query&name=frd4wvnobp.cloudflare-gateway.com), [Add to AdGuard VPN](adguardvpn:add_dns_server?address=https://frd4wvnobp.cloudflare-gateway.com/dns-query&name=frd4wvnobp.cloudflare-gateway.com) |
1350+
| DNS-over-TLS | `tls://frd4wvnobp.cloudflare-gateway.com` | [Add to AdGuard](adguard:add_dns_server?address=tls://frd4wvnobp.cloudflare-gateway.com&name=frd4wvnobp.cloudflare-gateway.com), [Add to AdGuard VPN](adguardvpn:add_dns_server?address=tls://frd4wvnobp.cloudflare-gateway.com&name=frd4wvnobp.cloudflare-gateway.com) |
1351+
1352+
### DNSGuard
1353+
1354+
[DNSGuard](https://dnsguard.pub) blocks ads, tracking, and malware and has a strict no-logging policy.
13451355

13461356
| Protocol | Address | |
13471357
|------------------|-----------------------------------------------------|----------------|

docs/private-dns/connect-devices/routers/unifi.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,45 @@ title: UniFi
33
sidebar_position: 10
44
---
55

6-
The UiFi router (commonly known as Ubiquiti's UniFi series) has a number of advantages that make it particularly suitable for home, business, and enterprise environments. Unfortunately, it does not support encrypted DNS, but it is great for setting up AdGuard DNS via linked IP.
6+
The UiFi router, commonly known as the Ubiquiti UniFi series, has a number of advantages that make it particularly suitable for home, business, and enterprise environments.
7+
8+
The newer UniFi firmware recently added support for DNS-over-HTTPS. UniFi refers to this feature as *Encrypted DNS*.
9+
10+
## Configure DNS-over-HTTPS
11+
12+
Follow these instructions if your UniFi router supports DNS-over-HTTPS.
13+
14+
UiFi routers use a DNS Stamp URL to specify the DNS-over-HTTPS URL. This URL must be calculated using your private DNS-over-HTTPS URL.
15+
16+
Obtain the DNS-over-HTTPS URL that is used to calculate the DNS Stamp URL.
17+
18+
1. Go to the AdGuard DNS Private Dashboard.
19+
1. Proceed to *Encrypted DNS**Custom* and enter the following DNS server settings:
20+
- Device type: 'Router'
21+
- Device brand: 'Unifi'
22+
- Device name: '(use your Unifi device name)
23+
1. Click *Next*.
24+
1. Scroll to *Use DNS server addresses**DNS-over-HTTPS* and take note of the DNS-over-HTTPS URL (e.g., https://d.adguard-dns.com/dns-query/123456abc).
25+
26+
Generate a DNS Stamp using the [DNSCrypt DNS Stamp Calculator](https://dnscrypt.info/stamps/), and set it:
27+
28+
1. Protocol: DNS-over-HTTPS
29+
1. Host name: d.adguard-dns.com
30+
1. Path: /dns-query/123456abc (replace 123456abc with the value obtained from your AdGuard DNS Private Dashboard)
31+
1. Untick
32+
- No filter
33+
- No logs
34+
1. Copy the DNS Stamp URL (e.g., sdns://AgcAAAAAA…)
35+
36+
Turn on DNS-over-HTTPS in UniFi
37+
38+
1. Log in to the Ubiquiti UniFi controller.
39+
1. Go to *Settings**Security*.
40+
1. Click *Protection*.
41+
1. Proceed to *Encrypted DNS**Custom* and enter the following DNS server addresses.
42+
- Server Name: 'AdGuard DNS'
43+
- DNS Stamp: DNS Stamp URL copied from above
44+
1. Click *Save*.
745

846
## Use your router admin panel
947

0 commit comments

Comments
 (0)