I’m using IPV6-able mirrors
is it possible to force pacman to use IPV6 only, other than disabling IPV4 in the whole system?
You must log in or register to comment.
Why would you want to do that? pacman attempts to connect via IPv6 first anyway.
autistic fixation with IPV6
This should be the default systemwide.
Is your IPv6 behind NAT (like on a VPN)? See https://wiki.archlinux.org/title/Mullvad#Preferring_IPv6_inside_the_tunnel
You could use a custom
XferCommand
command perPACMAN.CONF(5)
with wget using -6Something like this might work:
XferCommand = /usr/bin/wget -6 -c -O %o %u