network: Don't use static resolv.conf for OpenBSD

This commit is contained in:
Timo Makinen 2025-01-06 20:28:29 +00:00
parent a1db16b329
commit fa7402a8eb
2 changed files with 0 additions and 15 deletions

View file

@ -1,6 +0,0 @@
{% if network_dns_search is defined %}
search {{ network_dns_search|join(' ') }}
{% endif %}
{% for addr in network_dns_servers %}
nameserver {{ addr }}
{% endfor %}