mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
This commit adds multi-nameserver support using openresolv (resolvconf) and dnsmasq. This means that a DHCP client (dhcpcd) or VPN client can be providers of nameservers to the system. Dnsmasq takes over as the system resolver, except when the user has set up static configuration. Static nameserver(s), as well as search and options, are always added first by openresolv to /etc/resolv.conf. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
# dnsmasq is the system resolver
|
|
name_servers="127.0.0.1"
|
|
|
|
resolv_conf=/etc/resolv.conf
|
|
resolv_conf_options="edns0 trust-ad"
|
|
|
|
# dnsmasq specific settings and list of
|
|
# nameservers in non-standard locations
|
|
dnsmasq_conf=/etc/dnsmasq.d/resolvconf.conf
|
|
dnsmasq_resolv=/var/lib/misc/resolv.conf
|