Re: [squid-users] cache_peer_access by dynamic ACL

2023-04-18 Thread Alex Rousskov
On 4/18/23 11:41, Alexeyяр Gruzdov wrote: Could you explain me how the annotation transaction works and how it related to acl that I could to use with cache_peers Transactions have a (possibly empty) set of name=value annotations. During Squid configuration time, Squid parses all ACL declarat

[squid-users] cache_peer_access by dynamic ACL

2023-04-18 Thread Alexeyяр Gruzdov
Hello Guys! Could you explain me how the annotation transaction works and how it related to acl that I could to use with cache_peers ok! Lets look to my case example: 1. I have three of cache_peers: cache_peer peerG1.com parent 40001 0 no-query no-digest name=peerG1 round-robin cache_

Re: [squid-users] [ext] Re: Disable IPV6 for certain destinations only?

2023-04-18 Thread Alex Rousskov
On 4/18/23 09:14, Ralf Hildebrandt wrote: * Antony Stone : I think the OP is looking for a way to tell Squid "for this destination hostname, don't even try to connect over IPv6, because if you do, we'll get rejected (not at the network level, but some application-level) so we need you (Squid) t

Re: [squid-users] [ext] Re: Disable IPV6 for certain destinations only?

2023-04-18 Thread Ralf Hildebrandt
* Antony Stone : > I think the OP is looking for a way to tell Squid "for this destination > hostname, don't even try to connect over IPv6, because if you do, we'll get > rejected (not at the network level, but some application-level) so we need > you > (Squid) to connect using IPv4 only (for

Re: [squid-users] Disable IPV6 for certain destinations only?

2023-04-18 Thread Antony Stone
On Tuesday 18 April 2023 at 14:53:31, Alex Rousskov wrote: > On 4/18/23 03:38, Ralf Hildebrandt wrote: > > We're using squid-6, currently v4 only. The use case for us is mostly > > our users using our proxy to retrieve full text publications of > > several thousand medical journals... via IPv4. >

Re: [squid-users] Disable IPV6 for certain destinations only?

2023-04-18 Thread Alex Rousskov
On 4/18/23 03:38, Ralf Hildebrandt wrote: We're using squid-6, currently v4 only. The use case for us is mostly our users using our proxy to retrieve full text publications of several thousand medical journals... via IPv4. The publishers "know" our IPv4 range for the proxies and allow us to dow

[squid-users] Instructions to build Squid proxy for Windows

2023-04-18 Thread Harsh Seattle
Hi All, As mentioned on the page- https://wiki.squid-cache.org/KnowledgeBase/Windows, the pre-built binary packages are available for Squid 3.3 and 4. However, the current stable version of Squid is 5 with version 6 and 7 already under development. Given that pre-built packages are not readily av

Re: [squid-users] [ext] Re: Disable IPV6 for certain destinations only?

2023-04-18 Thread Ralf Hildebrandt
> http://www.squid-cache.org/Doc/config/dns_v4_first/ 2023/04/18 11:53:33| ERROR: Directive 'dns_v4_first' is obsolete. 2023/04/18 11:53:33| dns_v4_first : Remove this line. Squid no longer supports preferential treatment of DNS A records. > 3. if you need to workaround the problem temporarily,

Re: [squid-users] Disable IPV6 for certain destinations only?

2023-04-18 Thread Adam Majer
On 4/18/23 09:38, Ralf Hildebrandt wrote: > Thus arises the need to "fall back" to ipv4 in the unlikely case some > publisher already has ipv6, we connect via ipv6 and suddenly are not > allowed to download the publications. > > Is there an acl for that kind of need? Hi, The main thing about acl

[squid-users] Disable IPV6 for certain destinations only?

2023-04-18 Thread Ralf Hildebrandt
Hi! We're using squid-6, currently v4 only. The use case for us is mostly our users using our proxy to retrieve full text publications of several thousand medical journals... via IPv4. The publishers "know" our IPv4 range for the proxies and allow us to download freely. What they don't (yet) know