Hi,

For this, you need to use IPtables to block at the network level.

SSH uses port 22/tcp but wget uses HTTP, it should have been blocked by
squid.
Enabled debug_options in squid to see why it was allowed.



On Thu, Feb 13, 2020 at 11:10 AM Patrícia Sousa <psous...@gmail.com> wrote:

> I'm using the squid proxy and I'm trying to block some connections
> (incoming and outcoming traffic) from a certain ip address. However, for
> example, if I deny all the connections (http_access deny all) it only
> blocks the connections that I made to websites for example, but if I use
> another PC and try to ssh or wget the PC that owns the proxy squid, it is
> allowed. How can I block the traffic from and to a specific IP or DNS? It
> is possible to do this with Squid?
>
> If not, what is the best way to do this?
>
> Thank you.
> _______________________________________________
> squid-users mailing list
> squid-users@lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
>
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to