Answer the question
In order to leave comments, you need to log in
How to make "transparent" squid proxy server?
In the /etc/squid/squid.conf file, when you add a command , the intercept
proxy server stops working, when you remove it, everything works right away. The whole line in the config looks like this http_port 192.168.1.10:3128 intercept
. I am working on ubuntu 20.04 with squid version 4.1
Answer the question
In order to leave comments, you need to log in
If you need both a transparent proxy and a normal one, then you need to have a line with intercept, as well as a regular
example
http_port 192.168.1.2:3128
# transparent configuration ports
http_port 192.168.1.2:3129 intercept
To make squid transparent, you need to google one of the instructions on how to make squid transparent and use it to make it transparent.
It will obviously contain many more points than one addition of intercept
. And if it is good, they will also indicate to you that it is better to start a separate port for a transparent proxy, since adding an intercept will break an opaque proxy.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question