We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173106e commit 8553198Copy full SHA for 8553198
README.md
@@ -93,26 +93,13 @@ MAX_REQUESTS = 20 # Max requests per IP (default: 20)
93
IP_BLOCK_DURATION = 60 # seconds (default: 60)
94
95
# list of IP addresses to block (default: [])
96
-BLOCKED_IPS = []
+BLOCKED_IPS = [
97
+ #...
98
+]
99
100
# list of Bot Agents to block
101
BLOCKED_BOTS = [
- "AhrefsBot",
- "Alexibot",
102
- "Baiduspider",
103
- "BlackWidow",
104
- "BLEXBot",
105
- "dotbot",
106
- "Jetbot",
107
- "MJ12bot",
108
- "Nutch",
109
- "rogerbot",
110
- "SemrushBot",
111
- "SemrushBot-SA",
112
- "Standford",
113
- "SurveyBot",
114
- "WebVac",
115
- "serpstatbot",
116
]
117
# ...
118
```
0 commit comments