Author Topic: Speeding up video streaming  (Read 535 times)

0 Members and 1 Guest are viewing this topic.

Offline z3ro

  • Knight
  • **
  • Posts: 345
  • Cookies: 60
    • View Profile
Speeding up video streaming
« 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
« Last Edit: September 25, 2013, 03:41:11 pm by Snayler »
~ God is real. Unless declared as an integer.

Offline Snayler

  • Baron
  • ****
  • Posts: 812
  • Cookies: 135
    • View Profile
Re: Speeding up video streaming
« Reply #1 on: September 25, 2013, 03:23:34 pm »
« Last Edit: September 25, 2013, 03:32:20 pm by Snayler »