mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Do not display v2ray/xray in table in luci-app-firewall
This commit is contained in:
parent
679b730075
commit
aebd8d3e1a
1 changed files with 2 additions and 1 deletions
|
@ -347,6 +347,7 @@ return view.extend({
|
|||
|
||||
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'),
|
||||
|
|
Loading…
Reference in a new issue