I have a working squid caching server which is accessile through 127.0.0.1:3128. I'm trying to route all my trafic(and if possible all my virtual machines) to 127.0.0.1:3128.
I'm using vagrant and virtual box and it would be nice if I don't config each virtualbox to use squid(I'm trying to cache packages to save time and bandwidth).
Thanks