diff --git a/bin/add_ip_to_squid_conf.sh b/bin/add_ip_to_squid_conf.sh index 3d1208c..b8a1f1b 100755 --- a/bin/add_ip_to_squid_conf.sh +++ b/bin/add_ip_to_squid_conf.sh @@ -9,5 +9,5 @@ http_port $IP:$PORT name=$PORT acl tasty$PORT myportname $PORT src 0.0.0.0/0 http_access allow tasty$PORT -tcp_outgoing_address $IP tasty:$PORT +tcp_outgoing_address $IP tasty$PORT EOF