Block the IP of the selected country in Firewall
Firewall should be able to block the IP of the selected country. I have a lot of traffic from the IP 5.10. *. *

As an alternative option, you can configure GeoIP protection using nginx GeoIP module https://docs.plesk.com/en-US/obsidian/administrator-guide/website-management/websites-and-domains/extended-website-management/plesk-for-linux-setting-up-ip-geolocation-for-a-website.80011/
Please let us know what you think about it.
--AA
-
Anonymous commented
you can easily do this with modsecurity, in my case I use comodo rules
-
Fetchman commented
Urgently some GEOIP Blocker is necessary, to avoid any contact from other countries to blocking spammers and useless try outs to login.
-
Juergen Trapp commented
Use mod_geoip2 and you can block the country. Its simple!!!
-
wikrie commented
I do this with the help of a small perl script
https://github.com/tlhackque/BlockCountries
so for me this works perfectly ...
-
Anonymous commented
exellent idea
-
Anonymous commented
exellent idea
-
Danami commented
Just a note that we support country blacklisting and whitelisting via our Juggernaut Security and Firewall Plesk addon:
http://www.danami.com/products/plesk-addons/juggernaut-security-and-firewall
-
Anonymous commented
Allow to block complete country's with firewall. eg. with help over GEO-IP.
e.g. Role for disable access from china "iptables -I INPUT -m geoip --src-cc CN -j DROP"