mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-10-30 20:12:52 +00:00 
			
		
		
		
	Fix missing hysteria2 arguments
This commit is contained in:
		
							parent
							
								
									bee0521e47
								
							
						
					
					
						commit
						2910f4838e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -130,7 +130,7 @@ public sealed class CoreInfoHandler | ||||||
|                 { |                 { | ||||||
|                     CoreType = ECoreType.hysteria, |                     CoreType = ECoreType.hysteria, | ||||||
|                     CoreExes = ["hysteria"], |                     CoreExes = ["hysteria"], | ||||||
|                     Arguments = "", |                     Arguments = "-c {0}", | ||||||
|                     Url = GetCoreUrl(ECoreType.hysteria), |                     Url = GetCoreUrl(ECoreType.hysteria), | ||||||
|                 }, |                 }, | ||||||
| 
 | 
 | ||||||
|  | @ -180,7 +180,7 @@ public sealed class CoreInfoHandler | ||||||
|                 { |                 { | ||||||
|                     CoreType = ECoreType.hysteria2, |                     CoreType = ECoreType.hysteria2, | ||||||
|                     CoreExes = ["hysteria-windows-amd64", "hysteria-linux-amd64", "hysteria"], |                     CoreExes = ["hysteria-windows-amd64", "hysteria-linux-amd64", "hysteria"], | ||||||
|                     Arguments = "", |                     Arguments = "-c {0}", | ||||||
|                     Url = GetCoreUrl(ECoreType.hysteria2), |                     Url = GetCoreUrl(ECoreType.hysteria2), | ||||||
|                 }, |                 }, | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 DHR60
						DHR60