mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Fix text to say that XRay can also forward ports in firewall UI
This commit is contained in:
		
							parent
							
								
									3c76873d31
								
							
						
					
					
						commit
						27b643c402
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -281,8 +281,8 @@ return view.extend({
 | 
			
		|||
		fwtool.addLimitOption(s);
 | 
			
		||||
		fwtool.addLimitBurstOption(s);
 | 
			
		||||
 | 
			
		||||
		o = s.taboption('advanced', form.Flag, 'v2ray', _('Use V2Ray'),
 | 
			
		||||
			_('Forward a port (not a range) from server using V2Ray proxy (if enabled) instead of VPN'));
 | 
			
		||||
		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;
 | 
			
		||||
		o.editable = true;
 | 
			
		||||
		o.depends({ src: 'vpn', '!contains': true });
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue