remove : from squid config appending

This commit is contained in:
Brendan McDevitt 2022-02-11 19:57:23 -06:00
parent 54c349a2a3
commit e5576fc449

View file

@ -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