![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.security.firewalls archiveRe: Block google page cache at firewall?
From: Secure Buddha <securebuddha@gmail.com>
Date: Sat Apr 08 2006 - 05:43:05 CEST
iptables -A FORWARD -j DROP -p tcp -m string --string "search?q=cache:"
|