mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix clash dns in all_base.tpl (#459)
This commit is contained in:
parent
d70d1db318
commit
63a05692c9
@ -8,8 +8,8 @@ log-level: {{ default(global.clash.log_level, "info") }}
|
||||
external-controller: :9090
|
||||
{% if default(request.clash.dns, "") == "1" %}
|
||||
dns:
|
||||
enabled: true
|
||||
listen: 1053
|
||||
enable: true
|
||||
listen: :1053
|
||||
{% endif %}
|
||||
{% if local.clash.new_field_name == "true" %}
|
||||
proxies: ~
|
||||
|
||||
Loading…
Reference in New Issue
Block a user