From 410ce668018bb307a113c3ca7094228dbd5a3fbe Mon Sep 17 00:00:00 2001 From: Matthew <944951+Chiramisu@users.noreply.github.com> Date: Sat, 15 Feb 2025 18:58:17 -0800 Subject: [PATCH] Updates Instructions for OpenWrt_LuCi.md --- .../Open-Source_Routers/OpenWrt_LuCi.md | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/en/Setup_Guides/Open-Source_Routers/OpenWrt_LuCi.md b/docs/en/Setup_Guides/Open-Source_Routers/OpenWrt_LuCi.md index b8928d1..95899e1 100644 --- a/docs/en/Setup_Guides/Open-Source_Routers/OpenWrt_LuCi.md +++ b/docs/en/Setup_Guides/Open-Source_Routers/OpenWrt_LuCi.md @@ -9,19 +9,20 @@ This guide covers setting Quad9 in the DNS forwarder settings. When using your O ## Instructions -* Log into your LuCI control panel, typically by opening `http://192.168.1.1` in your browser. - -* Navigate to `Network` -> `DHCP and DNS` - * Set `9.9.9.9` and `149.112.112.112`, or the addresses of your preferred Quad9 service in the "DNS forwardings" input fields. - -* If your network supports IPv6, you can also add 2620:fe::fe and 2620:fe::9, or the IPv6 addresses of your preferred Quad9 service. - -* Navigate to `Resolv and Hosts Files` sub-tab, and make sure `Ignore resolv file` is `Enabled`. - -* Click `Save & Apply` at the bottom. Since you are not changing the DHCP settings, the change should be instantaneous . +* Log into your LuCI control panel, typically by opening `http://192.168.1.1` in a desktop browser. +* Navigate to `Network` -> `Interfaces`. +* Click `Edit` on the `wan` interface for the IPv4 configuration. +* Uncheck `Use DNS servers advertised` option to reveal the `Use custom DNS servers` fields. +* Add two entries for `9.9.9.9` and `149.112.112.112` by clicking `+` for each additional entry with your preferred Quad9 [service](https://docs.quad9.net/services/). + * If your network supports IPv6, you can also add `2620:fe::fe` and `2620:fe::9` for the `wan6` interface. +* Click `Save` for each altered interface. + * Optionally, Navigate to `Network` -> [`DHCP and DNS`](https://openwrt.org/docs/guide-user/base-system/dhcp?s[]=resolv&s[]=file#dhcp_and_dns_configurationetcconfigdhcp) -> `Resolv and Hosts Files` sub-tab, and ensure `Ignore resolv file` is `Enabled`. +* Click `Save & Apply` at the bottom. _Note that your devices may very briefly lose connection._ + +_Note: See the Official OpenWrt section on "[Interface configuration](https://openwrt.org/docs/guide-user/network/wan/multiwan/mwan3?s[]=quad9#interface_configuration)" for more details._ ## Verify Configuration -* Confirm you're using Quad9 on Linux, MacOS, or Windows. +* [Confirm](https://on.quad9.net/) you're using Quad9 on Linux, MacOS, or Windows. [Get Support](https://quad9.net/support/contact){ .md-button .md-button--primary }