refactor(standardize): remove redundant variables, deduplicate conditionals

This commit is contained in:
2026-02-12 23:47:41 +01:00
parent 29d365293c
commit bc43b3b994
3 changed files with 3 additions and 16 deletions

View File

@@ -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 %}