1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-dansguardian-2.9/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90local_chk40networks mezzanine_patched_smeserver-dansguardian-2.9/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90local_chk40networks |
2 |
|
|
--- smeserver-dansguardian-2.9/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90local_chk40networks 2005-11-05 20:25:28.000000000 -0700 |
3 |
|
|
+++ mezzanine_patched_smeserver-dansguardian-2.9/root/etc/e-smith/templates/etc/rc.d/init.d/masq/90local_chk40networks 2007-07-05 01:17:30.000000000 -0600 |
4 |
|
|
@@ -9,9 +9,7 @@ |
5 |
|
|
do |
6 |
|
|
/sbin/iptables -A \$NEW_local_chk -s \$network -p tcp --destination-port 3128 -j DROP |
7 |
|
|
/sbin/iptables -A \$NEW_local_chk -d \$network -p tcp --destination-port 3128 -j DROP |
8 |
|
|
- /sbin/iptables -A \$NEW_local_chk -s \$network -p tcp --destination-port 80 -d \$network -j ACCEPT |
9 |
|
|
- /sbin/iptables -A \$NEW_local_chk -s \$network -p tcp --destination-port 80 -j DROP |
10 |
|
|
done |
11 |
|
|
EOF |
12 |
|
|
} |
13 |
|
|
-} |
14 |
|
|
\ No newline at end of file |
15 |
|
|
+} |