diff options
-rw-r--r-- | etc/dnsmasq.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/dnsmasq.conf b/etc/dnsmasq.conf index 1f9f93b5..1806869c 100644 --- a/etc/dnsmasq.conf +++ b/etc/dnsmasq.conf @@ -43,7 +43,7 @@ # Change this line if you want dns to get its upstream servers from # somewhere other that /etc/resolv.conf -#resolv-file= +resolv-file=/etc/dnsmasq-resolv.conf # By default, dnsmasq will send queries to any of the upstream # servers it knows about and tries to favour servers to are known @@ -674,7 +674,7 @@ #log-dhcp # Include another lot of configuration options. -#conf-file=/etc/dnsmasq.more.conf +conf-file=/etc/dnsmasq-conf.conf #conf-dir=/etc/dnsmasq.d # Include all the files in a directory except those ending in .bak |