Commit d9ac93f6 authored by nanahira's avatar nanahira

fix

parent 2e76234a
server=127.0.0.1#55553
no-resolv
strict-order
interface=lo{% for br in bridges %}{% if not br.masq %},{{br.name}}{% endif %}{% endfor %}{% if dnsmasq.extraInterfaces is defined %}{% for interface in dnsmasq.extraInterfaces %},{{interface}}{% endfor %}{% endif %}
interface=lo{% for br in bridges %}{% if not br.masq is defined or not br.masq %},{{br.name}}{% endif %}{% endfor %}{% if dnsmasq.extraInterfaces is defined %}{% for interface in dnsmasq.extraInterfaces %},{{interface}}{% endfor %}{% endif %}
bind-interfaces
port=53
......
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