mirror of
				https://github.com/strongswan/strongswan.git
				synced 2025-11-04 00:00:51 -05:00 
			
		
		
		
	The maximum number of redirects can be limited. The functionality can also be disabled. Fixes #2366.
		
			
				
	
	
		
			4 lines
		
	
	
		
			150 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			150 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
charon.plugins.curl.redir = -1
 | 
						|
	Maximum number of redirects followed by the plugin, set to 0 to disable
 | 
						|
	following redirects, set to -1 for no limit.
 |