forzar_ipv4_en_wget
Force Wget to Use IPv4
Esto para que no pierda tiempo tratando de llegar a la dirección ipv6.
In case you want wget to only look for IPv4 address and connect to it, you need to use the –inet4-only flag with wget command as shown.
$ wget --inet4-only https://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
forzar_ipv4_en_wget.txt · Last modified: 2024/10/17 21:42 by 127.0.0.1
