firewall: set up resolv.conf
To use IPv6 nameserver addresses.
This commit is contained in:
parent
f9f71bb337
commit
d3196a48c2
2 changed files with 10 additions and 0 deletions
4
templates/resolv.conf.j2
Normal file
4
templates/resolv.conf.j2
Normal file
|
@ -0,0 +1,4 @@
|
|||
search {{ domain }}
|
||||
{% for server in dns6 %}
|
||||
nameserver {{ server }}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue