From 1c27fe6777c475663eb4f7ffcff383e3ae3cd4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 5 Feb 2023 14:56:42 +0100 Subject: [PATCH] Add TP-Link router setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bsimmo Signed-off-by: Christian König --- docs/routers/tp-link.md | 3 +++ mkdocs.yml | 1 + 2 files changed, 4 insertions(+) create mode 100644 docs/routers/tp-link.md diff --git a/docs/routers/tp-link.md b/docs/routers/tp-link.md new file mode 100644 index 0000000..d082f93 --- /dev/null +++ b/docs/routers/tp-link.md @@ -0,0 +1,3 @@ +TP-Link was so kind to set up a FAQ how to configure heir standard Routers e.g. Archer A7 and their Deco mesh e.g. M5 and S7 together with Pi-hole. + +You can find the FAQ here: [https://www.tp-link.com/us/support/faq/3230/](https://www.tp-link.com/us/support/faq/3230/) diff --git a/mkdocs.yml b/mkdocs.yml index 9369719..a391d28 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -187,6 +187,7 @@ nav: - 'ASUS router': routers/asus.md - 'Fritz!Box (EN)': routers/fritzbox.md - 'Fritz!Box (DE)': routers/fritzbox-de.md + - 'TP-Link': routers/tp-link.md - 'Ubiquiti USG': routers/ubiquiti-usg.md - 'FAQ': main/faq.md - 'Community Projects': main/projects.md