1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort |
2 |
|
|
--- e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort 2007-08-29 19:29:36.000000000 -0400 |
3 |
|
|
+++ mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort 2007-08-29 19:28:08.000000000 -0400 |
4 |
|
|
@@ -1,3 +1,4 @@ |
5 |
|
|
{ |
6 |
|
|
- "http_port " . ($squid{TCPPort} || '3128'); |
7 |
|
|
+ $OUT .= "http_port $LocalIP:" . ($squid{TCPPort} || '3128') . "\n"; |
8 |
|
|
+ $OUT .= "http_port 127.0.0.1:" . ($squid{TCPPort} || '3128'); |
9 |
|
|
} |
10 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses |
11 |
|
|
--- e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses 1969-12-31 19:00:00.000000000 -0500 |
12 |
|
|
+++ mezzanine_patched_e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses 2007-08-29 19:29:07.000000000 -0400 |
13 |
|
|
@@ -0,0 +1,4 @@ |
14 |
|
|
+{ |
15 |
|
|
+ $OUT .= "udp_incoming_address $LocalIP\n"; |
16 |
|
|
+ $OUT .= "udp_outgoing_address 0.0.0.0"; |
17 |
|
|
+} |