Add dnsmasq role

This commit is contained in:
Timotej Lazar 2024-07-26 10:13:59 +02:00
parent 02086cdc32
commit b20e9cccff
6 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# disable DNS server
port = 0
bind-interfaces
interface = {{ interfaces | map(attribute='name') | join(',') }}
dhcp-authoritative
dhcp-proxy
dhcp-option = option:dns-server,{{ dns | join(',') }}
dhcp-option = option:ntp-server,{{ ntp | join(',') }}