add lanaibot useragent to block list in deirdre.asininetech.net.yml

This commit is contained in:
staticsafe 2021-05-18 11:30:09 -04:00
parent 736158c9b5
commit d4bd7cfcf9
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,6 @@
- ssl_session_tickets off
nginx_snippets:
blockbots:
- if ($http_user_agent ~* (LanaiBotmarch) ) {
- if ($http_user_agent ~* (LanaiBotmarch|lanaibot) ) {
return 403;
}