Link to malicious IP detection script from the docs (#3308)

This commit is contained in:
Matjaž Horvat 2024-08-29 15:22:25 +02:00 коммит произвёл GitHub
Родитель aafdf527f1
Коммит 5221841f6b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -48,8 +48,9 @@ flooding the victim originates from many different sources. This stops everyone
else from accessing the website as there is too much traffic flowing to it.
One way to mitigate DDoS attacks is to identify the IP addresses of the
attackers and block them. Find the attacking IP addresses in the Log
Management Add-On (Papertrail) and add them to the BLOCKED_IPs config variable
in Heroku Settings.
attackers (see the handy `IP detection script`_ to help with that) and block them.
Find the attacking IP addresses in the Log Management Add-On (Papertrail)
and add them to the BLOCKED_IPs config variable in Heroku Settings.
.. _DDoS: https://en.wikipedia.org/wiki/Denial-of-service_attack
.. _IP detection script: https://github.com/mozilla-l10n/pontoon-scripts/blob/main/dev/check_ips_heroku_log.py