diff --git a/py-hole-config.yaml b/py-hole-config.yaml index 8a0f8a4..497a1a3 100644 --- a/py-hole-config.yaml +++ b/py-hole-config.yaml @@ -1,7 +1,13 @@ --- +#cachedir: /var/local/py-hole +#cacheprefix: cache- +#cacheexpire: 14400 # 4 hours +#defaultresponse: 0.0.0.0 + hostsfile: /etc/local-hosts-blackhole dnsmasqblackholeconfig: /etc/dnsmasq.d/local-hosts-blackhole + # see https://github.com/pi-hole/pi-hole/blob/master/adlists.default # Note: the moment we specify blacklists, the base key completely replaces defaults blacklists: diff --git a/py-hole-rpzconfig.yaml b/py-hole-rpzconfig.yaml index fee8fa2..752917a 100644 --- a/py-hole-rpzconfig.yaml +++ b/py-hole-rpzconfig.yaml @@ -19,11 +19,11 @@ rpztemplate: | ; # end of template -cachedir: /var/local/bindRPZ -cacheprefix: bindRPZcache- -cacheexpire: 14400 # 4 hours +#cachedir: /var/local/bindRPZ +#cacheprefix: bindRPZcache- +#cacheexpire: 14400 # 4 hours reloadzonecommand: [ 'rndc', 'reload', 'rpz.example.com' ] -defaultresponse: CNAME . +#defaultresponse: CNAME . # see https://github.com/pi-hole/pi-hole/blob/master/adlists.default