infra/roles/pihole/templates/dnsmasq.d/07-dhcp-options.conf.j2

4 lines
89 B
Django/Jinja

{% if pihole_dhcp -%}
dhcp-option=option:dns-server,{{ pihole_listen_addr }}
{% endif %}