Skip to content

Commit ab926b0

Browse files
authored
Fix pihole on split-dns (#326)
1 parent 4d709ed commit ab926b0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/general/split-dns.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Navigate to Services > DNS Resolver > General Setting > Host Overrides > Add:
3737

3838
### Pihole & dnsmasq
3939

40+
Enable `dnsmasq.d` on pihole (only required on v6 or higher) using the following command:
41+
42+
```
43+
sudo pihole-FTL --config misc.etc_dnsmasq_d true
44+
```
45+
4046
Create a file called `/etc/dnsmasq.d/domain.conf` with this contents:
4147

4248
```

0 commit comments

Comments
 (0)