This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/clients_dns/templates/resolv.conf.j2

8 lines
287 B
Django/Jinja

# {{ clients_dns_resolv_conf_header }}
{% for nameserver in clients_dns_effective_nameservers %}
nameserver {{ nameserver }}
{% endfor %}
{% if clients_dns_search_domains | length > 0 %}
search {{ clients_dns_search_domains | join(' ') }}
{% endif %}
options timeout:2 attempts:2 rotate