# vi /etc/wgetrc
# You can set the default proxies for Wget to use for http, https, and ftp.
# They will override the value in the environment.
#https_proxy = https://proxy.yoyodyne.com:18023/ #httpsをプロキシ経由にする
#http_proxy = https://proxy.yoyodyne.com:18023/ #ftpをプロキシ経由にする
#ftp_proxy = https://proxy.yoyodyne.com:18023/ #httpをプロキシ経由にする
http_proxy = https://192.168.1.1:9999/ #追記
コメント