Fix pihole on split-dns (#326)

pull/327/head
quietsy 2025-06-03 20:53:02 +03:00 zatwierdzone przez GitHub
rodzic 2c9f5ca8fa
commit 9fd18b0be5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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 ### 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: Create a file called `/etc/dnsmasq.d/domain.conf` with this contents:
``` ```