Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix instructions for Keenetic and MicroTik #274

Merged
merged 6 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/private-dns/connect-devices/routers/keenetic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.

Expand Down
34 changes: 19 additions & 15 deletions docs/private-dns/connect-devices/routers/mikrotik.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand All @@ -45,16 +45,20 @@ MikroTik routers use the open source RouterOS operating system, which provides r

## Use your router admin panel
el-termikael marked this conversation as resolved.
Show resolved Hide resolved

Use these instructions if your Keenetic 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:
el-termikael marked this conversation as resolved.
Show resolved Hide resolved

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`
el-termikael marked this conversation as resolved.
Show resolved Hide resolved
- 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*
Loading