and it seems there were many changes left uncommitted. i have no idea what state this is in but we will refactor or start over from this point.
16 lines
397 B
Django/Jinja
16 lines
397 B
Django/Jinja
# {{ __template_header }}
|
|
###############################################
|
|
#
|
|
# Configuration : {{ __resolv_conf_file }}
|
|
# Template Version : {{ __resolv_conf_version}}-{{ __resolv_conf_revision }}
|
|
#
|
|
# {{ __project_author }} ({{ __project_email }})
|
|
###############################################
|
|
|
|
|
|
search {{ __search_domain }}
|
|
{% for item in __nameservers %}
|
|
nameserver {{ item }}
|
|
{% endfor %}
|
|
|