remove : from squid config appending
This commit is contained in:
parent
54c349a2a3
commit
e5576fc449
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ http_port $IP:$PORT name=$PORT
|
||||||
|
|
||||||
acl tasty$PORT myportname $PORT src 0.0.0.0/0
|
acl tasty$PORT myportname $PORT src 0.0.0.0/0
|
||||||
http_access allow tasty$PORT
|
http_access allow tasty$PORT
|
||||||
tcp_outgoing_address $IP tasty:$PORT
|
tcp_outgoing_address $IP tasty$PORT
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Reference in a new issue