From e5576fc44969f88b45d7a431597db36cb7e240ad Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Fri, 11 Feb 2022 19:57:23 -0600 Subject: [PATCH] remove : from squid config appending --- bin/add_ip_to_squid_conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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