EvilZone

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

Title: Speeding up video streaming
Post 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:
Code: [Select]
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:
Code: [Select]
netsh advfirewall firewall add rule name="tweakme" dir=in action=block remoteip=173.194.55.0/24,206.111.0.0/16 enable=yes
Title: Re: Speeding up video streaming
Post by: Snayler on 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