update-02.10

This commit is contained in:
github-actions[bot]
2022-02-10 20:30:34 +08:00
parent 7e0914d10a
commit 416c7208ac
10 changed files with 8702 additions and 8665 deletions

View File

@@ -49,7 +49,7 @@ return view.extend({
o.value('255.0.0.0');
o.default = '255.255.255.0';
o = s.taboption('netsetup', form.DynamicList, 'lan_dns', _('Use custom DNS servers'), _('留空则使用主路由DNS'));
o = s.taboption('netsetup', form.DynamicList, 'lan_dns', _('Use custom DNS servers'), _('留空则使用阿里DNS 223.5.5.5'));
o.datatype = 'ip4addr';
o.cast = 'string';