wget proxy

ubuntu@ubuntu :~$ cat .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 = http://127.0.0.1:8087/

http_proxy = http://127.0.0.1:8087/

ftp_proxy = http://127.0.0.1:8087/


# If you do not want to use proxy at all, set this to off.

use_proxy = on


你可能感兴趣的:(wget proxy)