| 
	
	
		
		
		
		 order allow,deny 
deny from .gov 
deny from .us 
deny from .k12 (im not sure where the k12 is in the IP) 
allow from all 
 
 
To block a specific IP, just type in the full IP address - e.g. 192.168.1.1  
To block a range of IP's, use a partial IP address - e.g. 192.168.1 
To block a country, type in the tail extension - e.g. .au  
 
mind you, this isnt going to block anything if thier IP doesnt reverse correctly 
		
	
		
		
		
		
		
		
			
		
		
	
	 |