kopia lustrzana https://github.com/linuxserver/docker-documentation
Fix pihole on split-dns (#326)
rodzic
2c9f5ca8fa
commit
9fd18b0be5
|
@ -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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue