Commit 5999d343 authored by nanahira's avatar nanahira

fix dnsmasq

parent bf21282f
{% macro setDomainAndKMS(br, domain) %} {% macro setDomainAndKMS(br, domain) %}
## Using domain {{domain}} ## Using domain {{domain}}
{% if br.dhcp.externalDomain is defined and br.dhcp.externalDomain %}
domain={{domain}},{{br.address}} domain={{domain}},{{br.address}}
{% else %} {% if br.dhcp.externalDomain is defined and br.dhcp.externalDomain %}
domain={{domain}},{{br.address}},local local=/{{domain}}/
{% endif %} {% endif %}
{% if dnsmasq.kms is defined and dnsmasq.kms %} {% if dnsmasq.kms is defined and dnsmasq.kms %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment