From deee94301a9892b3568cd134756ef73e825bf148 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Mar 2011 11:02:35 +0000 Subject: [PATCH] vampire: Allow outside access to squid. This is to provide an escape hatch against the office's cretinous web filter thing. --- vampire.m4 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/vampire.m4 b/vampire.m4 index 18365be..224374a 100644 --- a/vampire.m4 +++ b/vampire.m4 @@ -48,7 +48,7 @@ allowservices inbound tcp \ ftp ftp_data \ rsync \ disorder mpd \ - http https \ + http https squid \ git \ tor_public tor_directory i2p allowservices inbound udp \ @@ -79,11 +79,6 @@ run iptables -A inbound -j ACCEPT \ -s 172.29.198.2 \ -p udp --destination-port $port_syslog -## Provide a web cache to local untrusted hosts. -run iptables -A inbound -j ACCEPT \ - -s 172.29.198.0/24 \ - -p tcp --destination-port $port_squid - ## Watch outgoing Tor usage. run iptables -A OUTPUT -m multiport \ -p tcp --source-ports $port_tor_public,$port_tor_directory -- 2.11.0