mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #1196 from unixfox/patch-2
Fix typo for the limiter plugin docs
This commit is contained in:
		
						commit
						b47e44a008
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
# pyright: basic
 | 
					# pyright: basic
 | 
				
			||||||
"""Some bot protection / rate limitation
 | 
					"""Some bot protection / rate limitation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To monitore rate limits and protect privacy the IP addresses are getting stored
 | 
					To monitor rate limits and protect privacy the IP addresses are getting stored
 | 
				
			||||||
with a hash so the limiter plugin knows who to block.  A redis database is
 | 
					with a hash so the limiter plugin knows who to block.  A redis database is
 | 
				
			||||||
needed to store the hash values.
 | 
					needed to store the hash values.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue