2024-07-26 08:13:59 +00:00
|
|
|
# disable DNS server
|
|
|
|
port = 0
|
|
|
|
|
|
|
|
bind-interfaces
|
|
|
|
interface = {{ interfaces | map(attribute='name') | join(',') }}
|
|
|
|
|
|
|
|
dhcp-authoritative
|
|
|
|
|
|
|
|
dhcp-option = option:dns-server,{{ dns | join(',') }}
|
|
|
|
dhcp-option = option:ntp-server,{{ ntp | join(',') }}
|
2024-08-02 10:08:32 +00:00
|
|
|
|
|
|
|
dhcp-script = /usr/local/bin/dns-update
|