This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
2018-05-15 11:08:08 +02:00
|
|
|
# This file is managed remotely, all changes will be lost
|
2018-05-15 11:27:41 +02:00
|
|
|
{% for server in basics__resolvconf_nameservers %}
|
2018-05-15 11:08:08 +02:00
|
|
|
nameserver {{ server }}
|
|
|
|
{% endfor %}
|
|
|
|
{% for domain in basics__resolvconf_domains %}
|
|
|
|
domain {{ domain }}
|
|
|
|
search {{ domain }}
|
|
|
|
{% endfor %}
|