refactor(standardize): remove redundant variables, deduplicate conditionals
This commit is contained in:
@@ -16,8 +16,6 @@ method=auto
|
||||
{% endif %}
|
||||
{% if idx | int == 0 and dns_list %}
|
||||
dns={{ dns_list | join(';') }}
|
||||
{% endif %}
|
||||
{% if idx | int == 0 and dns_list %}
|
||||
ignore-auto-dns=true
|
||||
{% endif %}
|
||||
{% if idx | int == 0 and search_list %}
|
||||
|
||||
Reference in New Issue
Block a user