|  | @@ -186,15 +186,15 @@ static config_var_t _option_vars[] = {
 | 
	
		
			
				|  |  |    V(AlternateHSAuthority,        LINELIST, NULL),
 | 
	
		
			
				|  |  |    V(AssumeReachable,             BOOL,     "0"),
 | 
	
		
			
				|  |  |    V(AuthDirBadDir,               LINELIST, NULL),
 | 
	
		
			
				|  |  | -  V(AuthDirBadDirCC,             CSV,      ""),
 | 
	
		
			
				|  |  | +  V(AuthDirBadDirCCs,            CSV,      ""),
 | 
	
		
			
				|  |  |    V(AuthDirBadExit,              LINELIST, NULL),
 | 
	
		
			
				|  |  | -  V(AuthDirBadExitCC,            CSV,      ""),
 | 
	
		
			
				|  |  | +  V(AuthDirBadExitCCs,           CSV,      ""),
 | 
	
		
			
				|  |  |    V(AuthDirInvalid,              LINELIST, NULL),
 | 
	
		
			
				|  |  | -  V(AuthDirInvalidCC,            CSV,      ""),
 | 
	
		
			
				|  |  | +  V(AuthDirInvalidCCs,           CSV,      ""),
 | 
	
		
			
				|  |  |    V(AuthDirFastGuarantee,        MEMUNIT,  "100 KB"),
 | 
	
		
			
				|  |  |    V(AuthDirGuardBWGuarantee,     MEMUNIT,  "250 KB"),
 | 
	
		
			
				|  |  |    V(AuthDirReject,               LINELIST, NULL),
 | 
	
		
			
				|  |  | -  V(AuthDirRejectCC,             CSV,      ""),
 | 
	
		
			
				|  |  | +  V(AuthDirRejectCCs,            CSV,      ""),
 | 
	
		
			
				|  |  |    V(AuthDirRejectUnlisted,       BOOL,     "0"),
 | 
	
		
			
				|  |  |    V(AuthDirListBadDirs,          BOOL,     "0"),
 | 
	
		
			
				|  |  |    V(AuthDirListBadExits,         BOOL,     "0"),
 |