network: Fix setting DNS server priorities
This commit is contained in:
parent
2ac7370613
commit
8aa7a8aaa2
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ method=disabled
|
|||
{% endif %}
|
||||
{% if item.nameservers is defined and item.nameservers != [] %}
|
||||
dns={% for name in item.nameservers %}{{ name }};{% endfor %}
|
||||
|
||||
dns-priority=-10
|
||||
{% endif %}
|
||||
|
||||
[ipv6]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue