classify.m4: Correct summary line at the top.
[firewall] / vampire.m4
index 540d193..13e37bd 100644 (file)
@@ -47,8 +47,9 @@ allowservices inbound tcp \
        ftp ftp_data \
        rsync \
        http https \
-       tor_public tor_directory \
        git     
+allowservices inbound tcp \
+       tor_public tor_directory
 allowservices inbound udp \
        dns \
        tripe \
@@ -71,6 +72,10 @@ 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
+
 ## Other interesting things.
 dnsresolver inbound
 ntpclient inbound 158.152.1.76 158.152.1.204 194.159.253.2