Hacker News new | ask | show | jobs
by LinuxBender 2959 days ago
Geo IP blocking will not block the EU citizens that are not physically in the EU at the time.

Just for fun, I would add

    server {
        # snip....
        access_log  off;
        error_log   off;
        return 307 https://www.google.com/search?q=gdpr;
    }
That should block anyone that might be a EU citizen. /s
1 comments

Nor ones who use VPNs located in other countries.