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

@@ -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',