From d24d815869a16bcc202bbdfea62d6bf215be1459 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Fri, 17 Mar 2023 02:30:53 -0700 Subject: Follow up fix DNS resolv issues, I forget to add this config; from https://wiki.archlinux.org/title/Dnsmasq#openresolv --- etc/dnsmasq.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/dnsmasq.conf') 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 -- cgit v1.2.3-70-g09d2