mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
Fix Blacklisting Action on Known Bad IP Addresses
This commit is contained in:
parent
faec8ada79
commit
4e84fe586b
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ rm $_inputdb10
|
|||
printf '%s\n' "$_start11" >> "$_tmpnginx11"
|
||||
while IFS= read -r LINE
|
||||
do
|
||||
printf '\t%s\t\t%s\n' "${LINE}" "$_action1" >> "$_tmpnginx11"
|
||||
printf '\t%s\t\t%s\n' "${LINE}" "$_action2" >> "$_tmpnginx11"
|
||||
done < $_input11
|
||||
printf '%s\n' "$_end11" >> "$_tmpnginx11"
|
||||
mv $_tmpnginx11 $_inputdb11
|
||||
|
|
Loading…
Add table
Reference in a new issue