File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6538,7 +6538,13 @@ Example 1:
6538
6538
map $http_user_agent $invalid_ua {
6539
6539
6540
6540
default 0;
6541
- " python-requests" 1;
6541
+ ~ * scrapyproject 1;
6542
+ ~ * netcrawler 1;
6543
+ ~ * nmap 1;
6544
+ ~ * sqlmap 1;
6545
+ ~ * slowhttptest 1;
6546
+ ~ * nikto 1;
6547
+ ~ * python-requests 1;
6542
6548
6543
6549
}
6544
6550
@@ -6562,7 +6568,13 @@ Example 1:
6562
6568
map $http_user_agent $limit_ip_key_by_ua {
6563
6569
6564
6570
default " " ;
6565
- " python-requests" $binary_remote_addr ;
6571
+ ~ * scrapyproject binary_remote_addr;
6572
+ ~ * netcrawler binary_remote_addr;
6573
+ ~ * nmap binary_remote_addr;
6574
+ ~ * sqlmap binary_remote_addr;
6575
+ ~ * slowhttptest binary_remote_addr;
6576
+ ~ * nikto binary_remote_addr;
6577
+ ~ * python-requests binary_remote_addr;
6566
6578
6567
6579
}
6568
6580
You can’t perform that action at this time.
0 commit comments