update-01.20

This commit is contained in:
github-actions[bot]
2022-01-20 09:14:17 +08:00
parent 45bf5e641f
commit 212b94d09f
17 changed files with 9984 additions and 9750 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, 推荐: 223.5.5.5'));
o = s.taboption('netsetup', form.DynamicList, 'lan_dns', _('Use custom DNS servers'), _('留空则使用主路由DNS'));
o.datatype = 'ip4addr';
o.cast = 'string';