1
0
Fork 0
mirror of https://github.com/sujiba/pihole-unbound-hyperlocal.git synced 2025-07-17 00:25:42 +02:00

reactivated dnsmasq cache

This commit is contained in:
sujiba 2023-05-04 01:33:02 +02:00
parent dba7c1a693
commit bc3ffa9423
3 changed files with 4 additions and 15 deletions

View file

@ -48,17 +48,6 @@ dig sigok.verteiltesysteme.net @127.0.0.1 | grep status
- Second dig should show status: SERVFAIL
- Last dig should show status: NOERROR
### Additional configuration
Edit setupVars.conf
```
vi ./etc-pihole/setupVars.conf
```
and add
```
# Caching is done by unbound
CACHE_SIZE=0
```
#### resolv.conf
If you are having problems with the pihole deployment inside the container, uncomment the following line in the docker-compose.yaml
```