Re: [squid-users] disable/block ipv6 requests

2025-02-26 Thread Jonathan Lee
You know like.. localnet deny to_ipv6 localnet deny from_ipv6 Or any acl at that point any network what ever acl you want with it. > On Feb 26, 2025, at 06:27, Jonathan Lee wrote: > > Try this too > acl to_ipv6 dst ipv6 > acl from_ipv6 dst ipv6 > > After just block it with another acl like …

Re: [squid-users] Need clarifications on custom log timestamps

2025-02-26 Thread Alex Rousskov
On 2025-02-26 01:58, Amos Jeffries wrote: On 26/02/25 00:33, BENJAMIN DELANNOY wrote:  > Please detail what you mean by "choice" or "decision". For example, do you want to stop the timer when Squid makes its final http_access decision? I mean I want to monitor the latency on what I could mana

Re: [squid-users] Need clarifications on custom log timestamps

2025-02-26 Thread Alex Rousskov
On 2025-02-25 06:33, BENJAMIN DELANNOY wrote: > Please detail what you mean by "choice" or "decision". For example, do you want to stop the timer when Squid makes its final http_access decision? I want to monitor the latency on what I could manage : the communication between client & squid,

Re: [squid-users] disable/block ipv6 requests

2025-02-26 Thread Alex Rousskov
On 2025-02-26 07:05, Matus UHLAR - fantomas wrote: I'd like squid to avoid considering using ipv6, because even if any ipv6 attempt failed, there still were some being made ... at least I assume so from squid logs: 1740062747.503  0 192.0.2.1 NONE_NONE/503 0 CONNECT ad.turn.com:443 - HIER

Re: [squid-users] disable/block ipv6 requests

2025-02-26 Thread Jonathan Lee
Try this too acl to_ipv6 dst ipv6 acl from_ipv6 dst ipv6 After just block it with another acl like … http_access deny to_ipv6 http_access deny from_ipv6 Sent from my iPhone > On Feb 26, 2025, at 06:17, Nishant Sharma wrote: > >  > > On 26 February 2025 1:44:49 pm UTC, Matus UHLAR - fantomas

Re: [squid-users] disable/block ipv6 requests

2025-02-26 Thread Nishant Sharma
On 26 February 2025 1:44:49 pm UTC, Matus UHLAR - fantomas wrote: >> Am 26.02.25 um 13:05 schrieb Matus UHLAR - fantomas: >>> As I understand it, I can build squid without ipv6 support. Is there any >>> other way to disable outgoing ipv6 communication? You may want to disable replies fro

Re: [squid-users] disable/block ipv6 requests

2025-02-26 Thread Matus UHLAR - fantomas
Am 26.02.25 um 13:05 schrieb Matus UHLAR - fantomas: As I understand it, I can build squid without ipv6 support. Is there any other way to disable outgoing ipv6 communication? On 26.02.25 14:27, Amon Ott wrote: Try tcp_outgoing_address 0.0.0.0 according to: https://marc.info/?l=squid-users&m

Re: [squid-users] disable/block ipv6 requests

2025-02-26 Thread Amon Ott
Am 26.02.25 um 13:05 schrieb Matus UHLAR - fantomas: As I understand it, I can build squid without ipv6 support. Is there any other way to disable outgoing ipv6 communication? Try tcp_outgoing_address 0.0.0.0 Amon Ott -- Dr. Amon Ott m-privacy GmbH Tel: +49 30 24342334 Werner-Voß-Dam

[squid-users] disable/block ipv6 requests

2025-02-26 Thread Matus UHLAR - fantomas
Hello, I maintain a few servers that currently do not have IPv6 connectivity. Until we fix this, I'd like squid to avoid considering using ipv6, because even if any ipv6 attempt failed, there still were some being made ... at least I assume so from squid logs: 1740062747.503 0 192.0.2.1

Re: [squid-users] Clients Header User-Agent replace?

2025-02-26 Thread Foxy Lady
Perfectly works. While Squid logs the original UA, remote webserver receives the modified one, x.x.x.x my.domain.com my.domain.com [TLSv1.3] - - [26/Feb/2025:10:58:41 +0100] "GET / HTTP/1.1" [301] 357 0 19 19361 "-" "Mozilla/5.0 (Personal-Test_DevOPS)" Sorry for my old documentation! Many than