Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Redirect censored Google servers (See related posts)

// Add this code to your user.action file to make Privoxy redirect Google censored servers to google.co.uk

   1  
   2  # Blocking censored Google servers
   3  # (See http://cyber.law.harvard.edu/filtering/google/)
   4  {+redirect{s/www.google.[a-z][a-z]/www.google.co.uk/}}
   5   www.google.ch
   6   www.google.cn
   7   www.google.de
   8   www.google.fr

Comments on this post

gasull2 posts on Jun 28, 2008 at 22:06
Please add a comment if you know any other Google server that is censored.

You need to create an account or log in to post comments to this site.


Click here to browse all 5556 code snippets

Related Posts