[DEBIAN] fix nameservers list
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Michaël Ricart 2025-02-28 11:19:03 +01:00
parent 4aef2d63ef
commit 3f2e73d013

View file

@ -24,7 +24,8 @@ destination netmask gateway interface
{% if resolvconf %}DNS {% if resolvconf %}DNS
### ###
{{ "{}".format(resolvconf["nameserver"]) }}{% endif %} {% for nameserver in resolvconf["nameservers"] %}* {{nameserver}}
{% endfor %}{% endif %}
services services
-------- --------