diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-17 02:30:53 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-17 02:32:19 -0700 |
commit | d24d815869a16bcc202bbdfea62d6bf215be1459 (patch) | |
tree | 6a12c0066de84fb511d44b0bb92024841ee51dd3 /etc | |
parent | 3c288606696a2695d58608f291ea644ad4bbd5b9 (diff) |
Follow up fix DNS resolv issues, I forget to add this config; from https://wiki.archlinux.org/title/Dnsmasq#openresolv
Diffstat (limited to 'etc')
-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 |