rename config files to match scripts

This commit is contained in:
Glen Pit-Pladdy
2017-04-11 12:44:59 +01:00
parent 40cd08ca0b
commit eb8163c8ed
4 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import subprocess
# read config
configfile = '/etc/bind/py-hole-rpzconfig.yaml'
configfile = '/etc/bind/py-hole-bind9RPZ_config.yaml'
config = {
# base config overridden by configfile
'cachedir': '/var/local/bindRPZ',

View File

@@ -17,7 +17,7 @@ import subprocess
# read config
configfile = '/etc/py-hole-config.yaml'
configfile = '/etc/py-hole-dnsmasq_config.yaml'
config = {
# base config overridden by configfile
'cachedir': '/var/local/py-hole',