Skip to content

Commit 8553198

Browse files
Updated Docs
1 parent 173106e commit 8553198

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -93,26 +93,13 @@ MAX_REQUESTS = 20 # Max requests per IP (default: 20)
9393
IP_BLOCK_DURATION = 60 # seconds (default: 60)
9494

9595
# list of IP addresses to block (default: [])
96-
BLOCKED_IPS = []
96+
BLOCKED_IPS = [
97+
#...
98+
]
9799

98100
# list of Bot Agents to block
99101
BLOCKED_BOTS = [
100-
"AhrefsBot",
101-
"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",
102+
#...
116103
]
117104
# ...
118105
```

0 commit comments

Comments
 (0)