mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	use PROXYCHAINS_CONF_FILE consistently
This commit is contained in:
		@@ -128,7 +128,7 @@ int main(int argc, char *argv[]) {
 | 
			
		||||
			goto have;
 | 
			
		||||
 | 
			
		||||
		// priority 5: /etc/proxychains.conf
 | 
			
		||||
		path = "/etc/proxychains.conf";
 | 
			
		||||
		path = "/etc/" PROXYCHAINS_CONF_FILE;
 | 
			
		||||
		if(check_path(path))
 | 
			
		||||
			goto have;
 | 
			
		||||
		perror("couldnt find configuration file");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user