wget chaque ipv4
wget --inet4-only https://url.com
## located either at /etc/wgetrc (system-wide for all users)
## or $HOME/.wgetrc (for a single user)
inet4_only = on/off
inet6_only = on/off
Tiago F2