[squid-users] disable/block ipv6 requests
Jonathan Lee
jonathanlee571 at gmail.com
Wed Feb 26 18:24:06 UTC 2025
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 <jonathanlee571 at gmail.com> wrote:
>
> 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 <codemarauder at gmail.com> wrote:
>>
>>
>>
>> On 26 February 2025 1:44:49 pm UTC, Matus UHLAR - fantomas <uhlar at fantomas.sk> 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 AAAA replies from your DNS server.
>>
>> Dnsmasq has the option to filter AAAA responses. And if squid doesn't get IPv6 address, it won't try to connect to IPv6.
>>
>> Regards,
>> Nishant
>> _______________________________________________
>> squid-users mailing list
>> squid-users at lists.squid-cache.org
>> https://lists.squid-cache.org/listinfo/squid-users
More information about the squid-users
mailing list