Fix pihole on split-dns (#326)

pull/2/head
quietsy 2025-06-03 20:53:02 +03:00 zatwierdzone przez GitHub
rodzic 4d709ed703
commit ab926b0af5
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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:
```