EvilZone
Other => Found it on the Webs => Topic started by: z3ro on September 25, 2013, 10:33:40 AM
-
Though i'm not completely sure how or why this works :-X ... I tested it, and its works allright! ;) !!
Linux:
sudo iptables -A INPUT -s 173.194.55.0/24 -j REJECT
sudo iptables -A INPUT -s 206.111.0.0/16 -j REJECT
Windows:
netsh advfirewall firewall add rule name="tweakme" dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes
-
Source?
Also, an explanation on why it works: http://superuser.com/questions/580423/what-does-this-windows-firewall-rule-do