Hi guys, i want to block entire US country IPs i get US country ips list like from this site http://www.ip2location.com/blockvisitorsbycountry.aspx but i want to except google ips, how to do that? someone should already did this before, but i cant found the answer yet
Are you talking in context of iptables (or similar) software firewall? Or, r u talking about hardware firewalls (like CISCO)??
i mean block ips from htaccess, RewriteEngine on order allow,deny deny from 1.2.3.4 allow from all block entire US country IPs, except google ips, how to do that?