Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

wget every 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
Source by www.linuxshelltips.com #
 
PREVIOUS NEXT
Tagged: #wget
ADD COMMENT
Topic
Name
3+5 =