From 9fd18b0be52d06363959c6661e1f19b441b73886 Mon Sep 17 00:00:00 2001 From: quietsy Date: Tue, 3 Jun 2025 20:53:02 +0300 Subject: [PATCH] Fix pihole on split-dns (#326) --- docs/general/split-dns.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/general/split-dns.md b/docs/general/split-dns.md index 2a4b9b9b5..ca59e0dac 100644 --- a/docs/general/split-dns.md +++ b/docs/general/split-dns.md @@ -37,6 +37,12 @@ Navigate to Services > DNS Resolver > General Setting > Host Overrides > Add: ### Pihole & dnsmasq +Enable `dnsmasq.d` on pihole (only required on v6 or higher) using the following command: + +``` +sudo pihole-FTL --config misc.etc_dnsmasq_d true +``` + Create a file called `/etc/dnsmasq.d/domain.conf` with this contents: ```