--proxy=on/off
Turn proxy support on or off. The proxy is on by default if the appropriate environment variable is defined.
-----
/etc/wgetrc
# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
#http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
# If you do not want to use proxy at all, set this to off.
#use_proxy = on
# vim /etc/wgetrc
----------
# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
http_proxy = http://192.168.192.58:80/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
# If you do not want to use proxy at all, set this to off.
use_proxy = on
----------
# wget http://mirror.gentoo.ru/pub/mirror/gentoo/distfiles/1007_bootsplash-v3.0.7-2.4.20-0.patch
--09:17:34-- http://mirror.gentoo.ru/pub/mirror/gentoo/distfiles/1007_bootsplash-v3.0.7-2.4.20-0.patch
=> `1007_bootsplash-v3.0.7-2.4.20-0.patch'
Connecting to 192.168.192.58:80... connected.
Proxy request sent, awaiting response... 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )
09:17:34 ERROR 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. ).
--15:45:26-- http://mirror.gentoo.ru/pub/mirror/gentoo/distfiles/Alpha.tar.gz
=> `Alpha.tar.gz'
Connecting to 192.168.192.58:80... connected.
Proxy request sent, awaiting response... 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )
15:45:26 ERROR 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. ).