mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Use dns_servers in dnsmasq.conf (#794)
This commit is contained in:
parent
054dc0afcd
commit
5eed1bbba4
1 changed files with 3 additions and 2 deletions
|
@ -88,8 +88,9 @@
|
||||||
# You can control how dnsmasq talks to a server: this forces
|
# You can control how dnsmasq talks to a server: this forces
|
||||||
# queries to 10.1.2.3 to be routed via eth1
|
# queries to 10.1.2.3 to be routed via eth1
|
||||||
# server=10.1.2.3@eth1
|
# server=10.1.2.3@eth1
|
||||||
server=8.8.8.8
|
{% for host in dns_servers.ipv4 %}
|
||||||
server=8.8.4.4
|
server={{ host }}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
# and this sets the source (ie local) address used to talk to
|
# 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
|
# 10.1.2.3 to 192.168.1.1 port 55 (there must be a interface with that
|
||||||
|
|
Loading…
Add table
Reference in a new issue