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 --- e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10HTTPPort 2007-08-29 19:29:36.000000000 -0400 +++ 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 @@ -1,3 +1,4 @@ { - "http_port " . ($squid{TCPPort} || '3128'); + $OUT .= "http_port $LocalIP:" . ($squid{TCPPort} || '3128') . "\n"; + $OUT .= "http_port 127.0.0.1:" . ($squid{TCPPort} || '3128'); } 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 --- e-smith-proxy-4.14.0/root/etc/e-smith/templates/etc/squid/squid.conf/10ICPAddresses 1969-12-31 19:00:00.000000000 -0500 +++ 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 @@ -0,0 +1,4 @@ +{ + $OUT .= "udp_incoming_address $LocalIP\n"; + $OUT .= "udp_outgoing_address 0.0.0.0"; +}