On 2024-11-21 08:44, Ralf Hildebrandt wrote:
Can I force certain destinations to be reached using ipv4 only?
Not reliably. IMHO, it is a missing feature (or two).
Various tricks exist, but none of them work well in general, for various
reasons. See other responses on this thread for some spe
On 2024-11-21 07:29, Matus UHLAR - fantomas wrote:
I run squid 6 (currently 6.10) on some debian hosts.
when rotating logs in the night, I get mail about cron output:
2024/11/21 00:00:41| Processing Configuration File:
/etc/squid/squid.conf (depth 0)
2024/11/21 00:00:41| Processing Configurati
Hey,
From my tests you can use some reject rules on IPV6 in iptables/nftables and
this will force squid by itself it use ipv4.
This is a much better approach to my opinion rather then not responding to
queries.
Let me know if you need some help with this.
Eliezer
-Original Message
Hey Squid Users,
Wanted to reach out and see if there was an updated version of the
/etc/krb5.conf example file anywhere.
I've been using
"wiki.squid-cache.org/ConfigExamples/Authenticate/WindowsActiveDirectory" as a
reference point and I'm concerned that the Squid 3, Windows 2003/2008, and s
I did this with the local dns. Unbound for example you can set specific items
to resolve only ipv4, if Squid points to a dns that provides the resolves for
it, it can be controlled on that side, again requires NAT a firewall with ACLs
etc
Sent from my iPhone
> On Nov 21, 2024, at 05:52, Ralf H
Hi!
Can I force certain destinations to be reached using ipv4 only?
I found this:
https://superuser.com/questions/994728/force-squid-to-connect-to-sites-over-ipv4-rather-than-ipv6
and implemented:
acl apiendpoint dstdomain api.endpoint.example
tcp_outgoing_address 193.175.73.216 apiendpoint
19
Hello,
I run squid 6 (currently 6.10) on some debian hosts.
when rotating logs in the night, I get mail about cron output:
2024/11/21 00:00:41| Processing Configuration File: /etc/squid/squid.conf
(depth 0)
2024/11/21 00:00:41| Processing Configuration File:
/etc/squid/conf.d/debian.conf (dep