feat(dns): add dns options
This commit is contained in:
parent
312df44fcd
commit
9ce3d2b888
3 changed files with 5 additions and 0 deletions
|
|
@ -4,3 +4,6 @@ nameserver {{ dns_server }}
|
|||
{% if "example" not in dns_search -%}
|
||||
search {{ dns_search }}
|
||||
{% endif %}
|
||||
{% if dns_options -%}
|
||||
options {{ dns_options | join(' ') }}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue