Report this

What is the reason for this report?

How to block visiotrs by country without using GEoIP module

Posted on August 8, 2019

Hello! recently I installed the GeoIp module and followed the tutorial provided in this link https://www.howtoforge.com/nginx-how-to-block-visitors-by-country-with-the-geoip-module-debian-ubuntu but it seems the GeoIp module is not able to block the visitors from a particular country.

For instance, I wanted to block the visitors from Japan, I tried using proxy for Japan and I could still access my site. Not only that, my analytics report shows some users from Japan. So I am definitely sure the GeopIp is not doing the work.

I want to known if there are other ways to block visitors by country, any other NGinx modules or settings.

Any help will be grateful!

Thank you



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

Usually you should be able to do that with GeoIP, but if it does not work you could try using CSF and block specific countries by adding the country code in the CCDENY list in CSF.

Another method would be to use CloudFlare and block the traffic through there. The good thing of doing this is that the traffic would be filtered even before it reaches your server.

Hope that this helps! Regards, Bobby

Hello there,

I’ve found this question that involves CSF and I want to include this link for a mini-tutorial about How to install and Configure Config Server Firewall (CSF) on CentOS

https://www.digitalocean.com/community/questions/how-to-install-and-configure-config-server-firewall-csf-on-centos

For Ubuntu use How To Install and Configure Config Server Firewall (CSF) on Ubuntu

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-config-server-firewall-csf-on-ubuntu

Regards

Hello there,

You can also use a third-party providers like CloudFlare that have Firewall features where you can block access from certain IP addresses or whole country IP ranges. They also regularly update their IP lists which means you’re likely to bypass some requests coming from proxies.

Just enter an IP address, an IP range, or a two-letter country code you wish to block

https://serverpilot.io/docs/how-to-block-ips-with-cloudflare/

Hope that helps!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.