Commit b85b44fe authored by nanahira's avatar nanahira

support external domain

parent 7437aeae
{% macro setDomainAndKMS(br, domain) %}
## Using domain {{domain}}
{% if br.dhcp.externalDomain is defined and br.dhcp.externalDomain %}
domain={{domain}}
{% else %}
domain={{domain}},{{br.address}},local
{% endif %}
{% if dnsmasq.kms is defined and dnsmasq.kms %}
### 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