summaryrefslogtreecommitdiff
path: root/etc/dnsmasq.conf
AgeCommit message (Collapse)Author
2025-08-02dnsmasq use many servers and ignore resolv.confXiao Pan
man dnsmasq wrote "By default, dnsmasq will send queries to any of the upstream servers it knows about and tries to favour servers that are known to be up." There's a --strict-order option to make bottom server=... as highest priority, see [this stackexchange question][0]. I think this default behavior seems not very good, it send some unnecessary dns queries. But tcpdump shows there's not much dns query going on any way so maybe not a problem. [0]: https://unix.stackexchange.com/q/500900
2025-08-02add defualt dnsmasq.confXiao Pan
2023-05-31kv0 try without dnsmasqXiao Pan
2023-03-17Follow up fix DNS resolv issues, I forget to add this config; from ↵Xiao Pan
https://wiki.archlinux.org/title/Dnsmasq#openresolv
2023-03-17default dnsmasq.confXiao Pan