luci-app-mihomo: sync upstream

last commit: 8ba0356e56
This commit is contained in:
gitea-action 2024-10-31 20:00:21 +08:00
parent de9fb5e909
commit 36b674a9ba

View File

@ -222,7 +222,7 @@ return view.extend({
o = s.taboption('bypass', form.Value, 'acl_tcp_dport', _('Destination TCP Port to Proxy'));
o.rmempty = false;
o.value('0-65535', _('All Port'));
o.value('21 22 80 110 143 194 443 465 993 995 8080 8443', _('Commonly Used Port'));
o.value('21 22 80 110 143 194 443 465 853 993 995 8080 8443', _('Commonly Used Port'));
o = s.taboption('bypass', form.Value, 'acl_udp_dport', _('Destination UDP Port to Proxy'));
o.rmempty = false;