DZone 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
// Add this code to your user.action file to make Privoxy redirect Google censored servers to google.co.uk
# Blocking censored Google servers
# (See http://cyber.law.harvard.edu/filtering/google/)
{+redirect{s/www.google.[a-z][a-z]/www.google.co.uk/}}
www.google.ch
www.google.cn
www.google.de
www.google.fr






Comments
Snippets Manager replied on Tue, 2007/05/08 - 3:05pm