Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions containers/dnsmasq/dnsmasq/dnsmasq.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ dhcp-option={{ tag }}{{ option_prefix }}{{ option|replace('_', '-')|lower }},{{
{%- endif %}
{%- endmacro %}

# force broadcast type respone as some dhcp clients need that
dhcp-broadcast

dhcp-authoritative
# DHCP ranges to hand out
{% set dhcp_proxy_list = [] -%}
Expand Down
Loading