NSecurity 8 - GEOIP Blocking

Yes, threat shield has a database of countries and you can select which country to block.
Rough configuration guide to block Italy:

uci add_list banip.global.ban_feed='country'
uci add_list banip.global.ban_country='it'
uci commit
/etc/init.d/banip reload
2 Likes