Live data from Hacker News

Ask HN: What is a good way to block Russian users from using my services?

news.ycombinator.com

1–4 of 4 posts

Re: Ask HN: What is a good way to block Russian users from using my services?

#2
Assuming you don’t want to block Russian-speaking people, but Russian-origin connections, use a firewall that updates its mapping of IP addresses to country. Pfsense has such a plug-in. You will definitely want to log outbound block or ignore events.

Re: Ask HN: What is a good way to block Russian users from using my services?

#3
One possible starting point would be to null route their assigned address space. [1] from the firehol repo [2]. This will not block private proxies and VPN's. A determined person could easily get around this. This does not include ipv6. ttyprintk brings up a good point in that one could also look at header fields to check for Russian language attributes.

[1] - https://github.com/firehol/blocklist-ipsets/blob/master/ipip...

[2] - https://github.com/firehol/blocklist-ipsets.git