mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-10-31 20:42:52 +00:00 
			
		
		
		
	
						commit
						672eb4b365
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -11,6 +11,7 @@ using v2rayN.Tool; | |||
| using System.Diagnostics; | ||||
| using System.Drawing; | ||||
| using System.Net; | ||||
| using System.Text.RegularExpressions; | ||||
| 
 | ||||
| namespace v2rayN.Forms | ||||
| { | ||||
|  | @ -928,7 +929,7 @@ namespace v2rayN.Forms | |||
|             { | ||||
|                 if (!Utils.IsNullOrEmpty(MsgFilter)) | ||||
|                 { | ||||
|                     if (!text.Contains(MsgFilter)) | ||||
|                     if (!Regex.IsMatch(text,MsgFilter)) | ||||
|                     { | ||||
|                         return; | ||||
|                     } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 2dust
						2dust