Re: [squid-users] access blocking using DNS -> "NO Address records in response to '....'

2018-01-02 Thread Paul Neuwirth
On Wed, 3 Jan 2018 08:30:36 +0100 Paul Neuwirth wrote: > Hello list, > > named is configured to block (resulting in NXDOMAIN) some domains. > Using squid I have following problem: > Browser requests such a blocked URL and named is not delivering an > error, request never times out... > How can

[squid-users] access blocking using DNS -> "NO Address records in response to '....'

2018-01-02 Thread Paul Neuwirth
Hello list, named is configured to block (resulting in NXDOMAIN) some domains. Using squid I have following problem: Browser requests such a blocked URL and named is not delivering an error, request never times out... How can I make squid deliver an error in this case. From the logs i see: 2018

[squid-users] Caching for download servers

2018-01-02 Thread Umut Arus
Hi, I'd like to ask about how redirect a client to squid server for only some destination domain zone (or IP addresses). We would like to cache some download server without doing any setup on client side. I appreciate you comments. thanks. -- *Umut Arus* ___

Re: [squid-users] Transparent proxy for WiFi users

2018-01-02 Thread Yuri
03.01.2018 02:13, Amos Jeffries пишет: > On 03/01/18 02:48, Roberto Carna wrote: >> Dear, I've setup a Squid transparent proxy + Squidgard on pfSEnse 2.4 >> in order to filter HTTP and HTTPS web content for different types of >> WiFi clients on my company: >> >> - Android (different versions) >> -

Re: [squid-users] Transparent proxy for WiFi users

2018-01-02 Thread Amos Jeffries
On 03/01/18 02:48, Roberto Carna wrote: Dear, I've setup a Squid transparent proxy + Squidgard on pfSEnse 2.4 in order to filter HTTP and HTTPS web content for different types of WiFi clients on my company: - Android (different versions) - Notebooks Windows 7/10 - Iphone - Etc. In some cases, d

Re: [squid-users] Help with UA filtering in https connections

2018-01-02 Thread Alex Rousskov
On 01/02/2018 07:08 AM, Matus UHLAR - fantomas wrote: > On 02.01.18 06:04, squidnoob wrote: >> http_access allow CONNECT safe_ports >> http_access deny CONNECT >> I understand adding this line that you suggested as it's not already >> there. >> http_access deny !safe_ports Yes, this or similar l

Re: [squid-users] Help with UA filtering in https connections

2018-01-02 Thread Matus UHLAR - fantomas
On 02.01.18 06:04, squidnoob wrote: In my existing config, i have: # delay filtering decisions until we get to bumped requests http_access allow CONNECT safe_ports http_access deny CONNECT I understand adding this line that you suggested as it's not already there. http_access deny !safe_ports

[squid-users] Transparent proxy for WiFi users

2018-01-02 Thread Roberto Carna
Dear, I've setup a Squid transparent proxy + Squidgard on pfSEnse 2.4 in order to filter HTTP and HTTPS web content for different types of WiFi clients on my company: - Android (different versions) - Notebooks Windows 7/10 - Iphone - Etc. In some cases, depending on the device Operating System, s

Re: [squid-users] Help with UA filtering in https connections

2018-01-02 Thread squidnoob
In my existing config, i have: # delay filtering decisions until we get to bumped requests http_access allow CONNECT safe_ports http_access deny CONNECT I understand adding this line that you suggested as it's not already there. http_access deny !safe_ports However, i don't understand why i

Re: [squid-users] Help with UA filtering in https connections

2018-01-02 Thread Amos Jeffries
On 30/12/17 05:32, squidnoob wrote: Ahh that's it! Thank you for your help! For anyone interested, i'm posting the working config i'm using. Hopefully this helps someone. This config allows clients to tunnel arbitrary traffic through your proxy to another one listening on port 80 without any