EvilZone

Other => Found it on the Webs => : z3ro September 25, 2013, 10:33:40 AM

: Speeding up video streaming
: z3ro 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
: Re: Speeding up video streaming
: Snayler September 25, 2013, 03:23:34 PM
Source?

Also, an explanation on why it works: http://superuser.com/questions/580423/what-does-this-windows-firewall-rule-do