|
|
|
| |
|
|
Synopsis: You need to redirect all users through squid because there is a problem with the CensorNet proxy
In rare circumstances, if the CSRV database has been corrupted and you are unable to use online mode (perhaps due to a firewall restriction) then no one will be able to browse the web until the CSRV database is restored (may take several hours depending on the speed of your Internet connection). You can however, redirect all traffic to squid which will allow people to browse the web but they will not be filtered.
To do this, log in to the CensorNet server as root and type:
iptables -t nat -A PREROUTING -p tcp --dport 8080 -j DNAT --to-destination :3128Only use this in emergencies! -- TimLloyd - 12 Mar 2010 |