mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 06:43:00 +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>
9 lines
455 B
Plaintext
9 lines
455 B
Plaintext
run if:<boot/netconf> [S] /lib/infix/clean-etc --
|
|
run if:<boot/netconf> [S] /lib/infix/prep-db --
|
|
run if:<boot/netconf> name:clixon :boot log:prio:daemon.warning \
|
|
[S] clixon_backend -F -l s -1 -s startup -- Loading startup configuration
|
|
|
|
service if:<boot/netconf> name:clixon log:prio:daemon.warning \
|
|
[12345789] clixon_backend -F -l s -D 7 -s none -- Configuration daemon
|
|
task if:<boot/netconf> [12345789] resolvconf -u -- Update DNS configuration
|