Commit 2e76234a authored by nanahira's avatar nanahira

don't listen dns on masq interface

parent 14545a9e
server=127.0.0.1#55553
no-resolv
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
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