mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-10-27 02:34:41 +00:00 
			
		
		
		
	Adjust singbox DNS server and rule position
This commit is contained in:
		
							parent
							
								
									63d5a2a1be
								
							
						
					
					
						commit
						03bab77350
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -841,13 +841,13 @@ namespace v2rayN.Handler.CoreConfig | ||||||
|             if (lstDomain != null && lstDomain.Count > 0) |             if (lstDomain != null && lstDomain.Count > 0) | ||||||
|             { |             { | ||||||
|                 var tag = "local_local"; |                 var tag = "local_local"; | ||||||
|                 dns4Sbox.servers.Insert(0, new() |                 dns4Sbox.servers.Add(new() | ||||||
|                 { |                 { | ||||||
|                     tag = tag, |                     tag = tag, | ||||||
|                     address = "223.5.5.5", |                     address = "223.5.5.5", | ||||||
|                     detour = Global.DirectTag, |                     detour = Global.DirectTag, | ||||||
|                 }); |                 }); | ||||||
|                 dns4Sbox.rules.Insert(0, new() |                 dns4Sbox.rules.Add(new() | ||||||
|                 { |                 { | ||||||
|                     server = tag, |                     server = tag, | ||||||
|                     domain = lstDomain |                     domain = lstDomain | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 lsyx
						lsyx