4

There are 3 squid releases in squid's official website: 2.7, 3.0 and 3.1.

I am confused, which one should I choose?

Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
Leon
  • 173
  • 2
  • 9

5 Answers5

1

You will need to go with 3.1 if you want to proxy IPv6 traffic. Otherwise, I would install the latest version packaged for your distribution.

BillThor
  • 27,737
  • 3
  • 37
  • 69
0

Choose whichever one has packages in your chosen distributions repo. Preferably ones that get maintained. Or just choose the latest ;)

Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
0

With 2.x versions of Squid certain interactive features, such as Google's instant search do not work correctly. Hopefully, you are using a recent enough distro where 3.x is an option.

slashdot
  • 651
  • 5
  • 7
0

Squid 3.0 has NTLM auth using LDAP, that is very very cool if you have a windows network behind squid.

coredump
  • 12,713
  • 2
  • 36
  • 56
0

Depends on your use case. There are a number of features that exist in 2.7 and not yet in 3.x because they were in part developed in parallel. I'd start reading at the Squid 2.7 link and compare on the functionality you need. One of the reasons I've stuck with 2.7 is because of StaleWhileRevalidate but most users are looking more for controlling content and 3.x tends to do that better.

kashani
  • 3,922
  • 19
  • 18