From 8ce24bd33d7b0d154abf82e883677156aaafe0be Mon Sep 17 00:00:00 2001 From: Elena Ter-Mikaelyan Date: Tue, 10 Dec 2024 18:25:07 +0300 Subject: [PATCH 1/5] fix instructions for Keenetic and Microtic --- docs/private-dns/connect-devices/routers/keenetic.md | 4 ++-- docs/private-dns/connect-devices/routers/mikrotik.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/private-dns/connect-devices/routers/keenetic.md b/docs/private-dns/connect-devices/routers/keenetic.md index 695160cbf..e23c3a735 100644 --- a/docs/private-dns/connect-devices/routers/keenetic.md +++ b/docs/private-dns/connect-devices/routers/keenetic.md @@ -23,9 +23,9 @@ Keenetic routers are known for their stability and flexible configurations, and 1. Press the menu button at the bottom of the screen and select *Management*. 1. Open *System settings*. 1. Press *Component options* → *System component options*. -1. In *Utilities and services*, select DNS-over-HTTPS proxy and install it. +1. In *Utilities and services*, select DNS-over-TLS proxy and install it. 1. Head to *Menu* → *Network rules* → *Internet safety*. -1. Navigate to DNS-over-HTTPS servers and click *Add DNS-over-HTTPS server*. +1. Navigate to DNS-over-TLS servers and click *Add DNS-over-TLS server*. 1. Enter the URL of the private AdGuard DNS server in the `tls://*********.d.adguard-dns.com` field. 1. Click *Save*. diff --git a/docs/private-dns/connect-devices/routers/mikrotik.md b/docs/private-dns/connect-devices/routers/mikrotik.md index 31faffcc1..172716fca 100644 --- a/docs/private-dns/connect-devices/routers/mikrotik.md +++ b/docs/private-dns/connect-devices/routers/mikrotik.md @@ -28,10 +28,10 @@ MikroTik routers use the open source RouterOS operating system, which provides r 1. Create Static DNS Records: - In the *DNS Settings*, click *Static* - Click *Add New* - - Set *Name* to d.adguard-dns.com - - Set *Type* to A + - Set *Name* to `d.adguard-dns.com` + - Set *Type* to `A` - Set *Address* to `94.140.14.49` - - Set *TTL* to 1d 00:00:00 + - Set *TTL* to `1d 00:00:00` - Repeat the process to create an identical entry, but with *Address* set to `94.140.14.59` 1. Disable Peer DNS on DHCP Client: - Go to *IP* → *DHCP Client* @@ -45,7 +45,7 @@ MikroTik routers use the open source RouterOS operating system, which provides r ## Use your router admin panel -Use these instructions if your Keenetic router does not support DNS-over-HTTPS or DNS-over-TLS configuration: +Use these instructions if your Microtic router does not support DNS-over-HTTPS or DNS-over-TLS configuration: 1. Open the router admin panel. It can be accessed at `192.168.1.1` or `192.168.0.1`. 1. Enter the administrator username (usually, it’s admin) and router password. From 88061950de3bdc3a248ace1aba6b7f313d7fd0ce Mon Sep 17 00:00:00 2001 From: Helen Date: Thu, 12 Dec 2024 12:48:33 +0300 Subject: [PATCH 2/5] update mikrotic.md --- .../connect-devices/routers/mikrotik.md | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/docs/private-dns/connect-devices/routers/mikrotik.md b/docs/private-dns/connect-devices/routers/mikrotik.md index 172716fca..68850a7ea 100644 --- a/docs/private-dns/connect-devices/routers/mikrotik.md +++ b/docs/private-dns/connect-devices/routers/mikrotik.md @@ -45,16 +45,20 @@ MikroTik routers use the open source RouterOS operating system, which provides r ## Use your router admin panel -Use these instructions if your Microtic router does not support DNS-over-HTTPS or DNS-over-TLS configuration: +Use these instructions if your Mikrotic router does not support DNS-over-HTTPS configuration: -1. Open the router admin panel. It can be accessed at `192.168.1.1` or `192.168.0.1`. -1. Enter the administrator username (usually, it’s admin) and router password. -1. Open *Webfig* → *IP* → *DNS*. -1. Select *Servers* and enter one of the following DNS server addresses. - - IPv4: `94.140.14.49` and `94.140.14.59` - - IPv6: `2a10:50c0:0:0:0:0:ded:ff` and `2a10:50c0:0:0:0:0:dad:ff` -1. Save the settings. -1. Link your IP (or your dedicated IP if you have a Team subscription). - -- [Dedicated IPs](/private-dns/connect-devices/other-options/dedicated-ip.md) -- [Linked IPs](/private-dns/connect-devices/other-options/linked-ip.md) +1. Access your MikroTik router: + - Open your web browser and go to your router's IP address (usually `192.168.88.1`) + - Alternatively, you can use Winbox to connect to your MikroTik router + - Enter your administrator username and password +1. Configure Plain DNS: + - Go to *IP* → *DNS* + - In the *Servers* section, add the following AdGuard DNS servers: + - IPv4: `94.140.14.49` and `94.140.14.59` + - IPv6: `2a10:50c0:0:0:0:0:ded:ff` and `2a10:50c0:0:0:0:0:dad:ff` + - Click *OK* +1. Disable Peer DNS on DHCP Client: + - Go to *IP* → *DHCP Client* + - Double-click the client used for your Internet connection (usually on the WAN interface) + - Uncheck *Use Peer DNS* + - Click *OK* From 7a0558581da81b64aa3477550e7a6c00c92c5db5 Mon Sep 17 00:00:00 2001 From: Helen Date: Thu, 12 Dec 2024 14:20:44 +0300 Subject: [PATCH 3/5] more fixes --- docs/private-dns/connect-devices/routers/mikrotik.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/private-dns/connect-devices/routers/mikrotik.md b/docs/private-dns/connect-devices/routers/mikrotik.md index 68850a7ea..4da2c5f53 100644 --- a/docs/private-dns/connect-devices/routers/mikrotik.md +++ b/docs/private-dns/connect-devices/routers/mikrotik.md @@ -3,7 +3,9 @@ title: MikroTik sidebar_position: 6 --- -MikroTik routers use the open source RouterOS operating system, which provides routing, wireless networking and firewall services for home and small office networks. +MikroTik routers use the open-source RouterOS operating system, which provides routing, wireless networking, and firewall services for home and small office networks. + +There are two ways to connect setting up Private AdGuard DNS on a MikroTik router — via configuring DNS-over-HTTPS or using the router admin panel. ## Configure DNS-over-HTTPS @@ -38,14 +40,13 @@ MikroTik routers use the open source RouterOS operating system, which provides r - Double-click the client used for your Internet connection (usually on the WAN interface) - Uncheck *Use Peer DNS* - Click *OK* -1. Link your IP. 1. Test and verify: - You might need to reboot your MikroTik router for all changes to take effect - Clear your browser's DNS cache. You can use a tool like [https://www.dnsleaktest.com](https://www.dnsleaktest.com/) to check if your DNS requests are now routed through AdGuard ## Use your router admin panel -Use these instructions if your Mikrotic router does not support DNS-over-HTTPS configuration: +Use these instructions if your MikroTik router does not support DNS-over-HTTPS configuration: 1. Access your MikroTik router: - Open your web browser and go to your router's IP address (usually `192.168.88.1`) @@ -56,6 +57,7 @@ Use these instructions if your Mikrotic router does not support DNS-over-HTTPS c - In the *Servers* section, add the following AdGuard DNS servers: - IPv4: `94.140.14.49` and `94.140.14.59` - IPv6: `2a10:50c0:0:0:0:0:ded:ff` and `2a10:50c0:0:0:0:0:dad:ff` + - Dedicated IPv6: Private AdGuard DNS supports dedicated IPv6 addresses. To find them, open the Dashboard, click *Settings* next to your device → *Plain DNS server addresses* → *Dedicated IPv6 addresses*. - Click *OK* 1. Disable Peer DNS on DHCP Client: - Go to *IP* → *DHCP Client* From bdc22f4c1d52c6988f70839a69a99ce2930b3401 Mon Sep 17 00:00:00 2001 From: Helen Date: Thu, 12 Dec 2024 14:21:00 +0300 Subject: [PATCH 4/5] typo --- docs/private-dns/connect-devices/routers/mikrotik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/private-dns/connect-devices/routers/mikrotik.md b/docs/private-dns/connect-devices/routers/mikrotik.md index 4da2c5f53..fbd5c0fb0 100644 --- a/docs/private-dns/connect-devices/routers/mikrotik.md +++ b/docs/private-dns/connect-devices/routers/mikrotik.md @@ -5,7 +5,7 @@ sidebar_position: 6 MikroTik routers use the open-source RouterOS operating system, which provides routing, wireless networking, and firewall services for home and small office networks. -There are two ways to connect setting up Private AdGuard DNS on a MikroTik router — via configuring DNS-over-HTTPS or using the router admin panel. +There are two ways to set up Private AdGuard DNS on a MikroTik router — via configuring DNS-over-HTTPS or using the router admin panel. ## Configure DNS-over-HTTPS From 8fa31c6a9169c7fd512eae547e103e7152fb3746 Mon Sep 17 00:00:00 2001 From: Helen Date: Thu, 12 Dec 2024 14:34:38 +0300 Subject: [PATCH 5/5] rename header --- docs/private-dns/connect-devices/routers/mikrotik.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/private-dns/connect-devices/routers/mikrotik.md b/docs/private-dns/connect-devices/routers/mikrotik.md index 149a56fb5..58d7be245 100644 --- a/docs/private-dns/connect-devices/routers/mikrotik.md +++ b/docs/private-dns/connect-devices/routers/mikrotik.md @@ -5,8 +5,6 @@ sidebar_position: 6 MikroTik routers use the open-source RouterOS operating system, which provides routing, wireless networking, and firewall services for home and small office networks. -There are two ways to set up Private AdGuard DNS on a MikroTik router — via configuring DNS-over-HTTPS or using the router admin panel. - ## Configure DNS-over-HTTPS 1. Access your MikroTik router: @@ -44,7 +42,7 @@ There are two ways to set up Private AdGuard DNS on a MikroTik router — via co - You might need to reboot your MikroTik router for all changes to take effect - Clear your browser's DNS cache. You can use a tool like [https://www.dnsleaktest.com](https://www.dnsleaktest.com/) to check if your DNS requests are now routed through AdGuard -## Use your router admin panel +## My router does not support DNS-over-HTTPS Use these instructions if your MikroTik router does not support DNS-over-HTTPS configuration: