Skip to content

Commit

Permalink
chore(client): explain the role of .dns.rules[].outbound
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Aug 9, 2024
1 parent 14a14ab commit 94110f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/luci-static/resources/view/homeproxy/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ return view.extend({
so.modalonly = true;

so = ss.taboption('field_other', form.MultiValue, 'outbound', _('Outbound'),
_('Match outbound.'));
_('Match <code>.outbounds[].server</code> domains.'));
so.load = function(section_id) {
delete this.keylist;
delete this.vallist;
Expand Down

0 comments on commit 94110f6

Please sign in to comment.