Skip to content

Commit

Permalink
chore(client): improve title for wan dns
Browse files Browse the repository at this point in the history
  • Loading branch information
1715173329 authored Apr 2, 2024
1 parent 2ac9841 commit 51f5cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/luci-static/resources/view/homeproxy/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ return view.extend({

o = s.taboption('routing', form.Value, 'dns_server', _('DNS server'),
_('It MUST support TCP query.'));
o.value('wan', _('Use DNS server from WAN'));
o.value('wan', _('WAN DNS (read from interface)'));
o.value('1.1.1.1', _('CloudFlare Public DNS (1.1.1.1)'));
o.value('208.67.222.222', _('Cisco Public DNS (208.67.222.222)'));
o.value('8.8.8.8', _('Google Public DNS (8.8.8.8)'));
Expand All @@ -183,7 +183,7 @@ return view.extend({

if (features.hp_has_chinadns_ng) {
o = s.taboption('routing', form.DynamicList, 'china_dns_server', _('China DNS server'));
o.value('wan', _('Use DNS server from WAN'));
o.value('wan', _('WAN DNS (read from interface)'));
o.value('223.5.5.5', _('Aliyun Public DNS (223.5.5.5)'));
o.value('210.2.4.8', _('CNNIC Public DNS (210.2.4.8)'));
o.value('119.29.29.29', _('Tencent Public DNS (119.29.29.29)'));
Expand Down

0 comments on commit 51f5cf4

Please sign in to comment.