From 3b36c94080200ab8fa009ef9906aca806f6840e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Fri, 14 Jan 2022 22:13:56 +0100 Subject: [PATCH] Add ASUS router guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/routers/asus.md | 7 +++++++ mkdocs.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/routers/asus.md diff --git a/docs/routers/asus.md b/docs/routers/asus.md new file mode 100644 index 0000000..eb16c46 --- /dev/null +++ b/docs/routers/asus.md @@ -0,0 +1,7 @@ +ASUS was so kind to set up a FAQ how to configure their routers together with Pi-hole. + +They offer two kinds of setup depending on your router's firmware version. On newer firmware they recommend setting Pi-hole as DNS server for the `WAN` connection and on older versions for `LAN` connections. However, we recommend to setup Pi-hole always as DNS server for your `LAN`! If you do so, Pi-hole's IP is distributed as DNS server via DHCP to your network clients. Each client will directly send their queries to Pi-hole and will be shown individually in Pi-hole's web interface. Additionally, you can use the group management features. + +You can find the FAQ here: [https://www.asus.com/support/FAQ/1046062/](https://www.asus.com/support/FAQ/1046062/) + +{!abbreviations.md!} diff --git a/mkdocs.yml b/mkdocs.yml index d777923..4a030e3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -174,6 +174,7 @@ nav: - 'Router setup': - 'Fritz!Box (EN)': routers/fritzbox.md - 'Fritz!Box (DE)': routers/fritzbox-de.md + - 'ASUS router': routers/asus.md - 'FAQ': main/faq.md - 'Community Projects': main/projects.md