mirror of
https://github.com/nikdoof/rpzhole.git
synced 2025-12-23 22:59:24 +00:00
Get all possible options in but commented
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user