Skip to content

Commit

Permalink
Do not display v2ray/xray in table in luci-app-firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Dec 11, 2024
1 parent 679b730 commit aebd8d3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,10 @@ return view.extend({
fwtool.addMarkOption(s, false);
fwtool.addLimitOption(s);
fwtool.addLimitBurstOption(s);

o = s.taboption('advanced', form.Flag, 'v2ray', _('Use V2Ray/XRay'),
_('Forward a port (not a range) from server using V2Ray/XRay proxy (if enabled) instead of VPN'));
o.modalonly = true;

if (!L.hasSystemFeature('firewall4')) {
o = s.taboption('advanced', form.Value, 'extra', _('Extra arguments'),
Expand Down

0 comments on commit aebd8d3

Please sign in to comment.