Commit 2e76234a authored by nanahira's avatar nanahira

don't listen dns on masq interface

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