From 6c00deb3789f2b1653146e8019d68165d6165c13 Mon Sep 17 00:00:00 2001 From: Glen Pit-Pladdy Date: Tue, 11 Apr 2017 11:51:04 +0100 Subject: [PATCH] Get all possible options in but commented --- py-hole-config.yaml | 6 ++++++ py-hole-rpzconfig.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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