Use dns_servers in dnsmasq.conf (#794)

This commit is contained in:
Micah R Ledbetter 2018-01-27 14:01:12 -06:00 committed by Dan Guido
parent 054dc0afcd
commit 5eed1bbba4

View file

@ -88,8 +88,9 @@
# You can control how dnsmasq talks to a server: this forces
# queries to 10.1.2.3 to be routed via eth1
# server=10.1.2.3@eth1
server=8.8.8.8
server=8.8.4.4
{% for host in dns_servers.ipv4 %}
server={{ host }}
{% endfor %}
# and this sets the source (ie local) address used to talk to
# 10.1.2.3 to 192.168.1.1 port 55 (there must be a interface with that