diff --git a/docs/private-dns/connect-devices/routers/keenetic.md b/docs/private-dns/connect-devices/routers/keenetic.md index 842e318eb..fa9557707 100644 --- a/docs/private-dns/connect-devices/routers/keenetic.md +++ b/docs/private-dns/connect-devices/routers/keenetic.md @@ -23,10 +23,10 @@ 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. Enter the URL of the Private AdGuard DNS server in the `tls://*********.d.adguard-dns.com` field. +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*. ## Use your router admin panel diff --git a/docs/private-dns/connect-devices/routers/mikrotik.md b/docs/private-dns/connect-devices/routers/mikrotik.md index 15795626b..58d7be245 100644 --- a/docs/private-dns/connect-devices/routers/mikrotik.md +++ b/docs/private-dns/connect-devices/routers/mikrotik.md @@ -3,7 +3,7 @@ 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. ## Configure DNS-over-HTTPS @@ -28,33 +28,37 @@ 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* - 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 +## My router does not support DNS-over-HTTPS -Use these instructions if your Keenetic router does not support DNS-over-HTTPS or DNS-over-TLS configuration: +Use these instructions if your MikroTik 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` + - 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* + - Double-click the client used for your Internet connection (usually on the WAN interface) + - Uncheck *Use Peer DNS* + - Click *OK*