diff --git a/py-hole-bind9RPZ b/py-hole-bind9RPZ index d14e649..f87f22a 100755 --- a/py-hole-bind9RPZ +++ b/py-hole-bind9RPZ @@ -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', diff --git a/py-hole-rpzconfig.yaml b/py-hole-bind9RPZ_config.yaml similarity index 100% rename from py-hole-rpzconfig.yaml rename to py-hole-bind9RPZ_config.yaml diff --git a/py-hole-dnsmasq b/py-hole-dnsmasq index 2511538..c322305 100755 --- a/py-hole-dnsmasq +++ b/py-hole-dnsmasq @@ -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', diff --git a/py-hole-config.yaml b/py-hole-dnsmasq_config.yaml similarity index 100% rename from py-hole-config.yaml rename to py-hole-dnsmasq_config.yaml