update 2024-09-24 20:25:26

This commit is contained in:
actions-user 2024-09-24 20:25:26 +08:00
parent caefa56d9b
commit c967ded909
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ return view.extend({
o.value('debug');
o = s.taboption('general', form.ListValue, 'mode', _('Proxy Mode'));
o.value('general', _('Global Mode'));
o.value('global', _('Global Mode'));
o.value('rule', _('Rule Mode'));
o.value('direct', _('Direct Mode'));

View File

@ -110,7 +110,7 @@ config nameserver
list 'nameserver' 'https://doh.pub/dns-query'
config nameserver
option 'enabled' '1'
option 'enabled' '0'
option 'type' 'fallback'
list 'nameserver' 'https://dns.cloudflare.com/dns-query'
list 'nameserver' 'https://dns.google/dns-query'