यह मेरे स्क्वीड से सीधे है ।conf:
#Privacy Things
via off
forwarded_for off
follow_x_forwarded_for deny all
संस्करण 3.0 के बाद से आपको work ./configure ’के लिए कुछ विशेष ध्वज के साथ काम करने के लिए इन सीमाओं के लिए स्रोत से विद्रूप बनाने की आवश्यकता है। यह मेरा निर्माण है:
./configure --enable-http-violations --prefix=/usr --includedir=/usr/include \
--datadir=/usr/share --bindir=/usr/sbin --libexecdir=/usr/lib/squid \
--localstatedir=/var --sysconfdir=/etc/squid --enable-auth="ntlm,basic" \
--enable-follow-x-forwarded-for
(सेंटोस 5.5)