mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-12 20:57:48 +02:00
Use dns_servers in dnsmasq.conf (#794)
This commit is contained in:
committed by
Dan Guido
parent
054dc0afcd
commit
5eed1bbba4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user