0×1337.de_blog about security, open source, music and revolution.

July 18, 2009

Fast Censorship Circumvention

Filed under: cli, linux — Tags: , , , , — flyc0r @ 5:17 pm

Quickly switch to openDNS

 #!/bin/bash
sudo su -c 'echo nameserver 208.67.222.222 > /etc/resolv.conf'
sudo su -c 'echo nameserver 208.67.220.220 >> /etc/resolv.conf'

	

Powered by WordPress