update 2024-09-24 20:39:33

This commit is contained in:
kenzok8 2024-09-24 20:39:33 +08:00
parent 4bf1bcf7dd
commit 7e31755965
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'