PROJET AUTOBLOG


Links

source: Links

⇐ retour index

linux - setting proxy in wget - Stack Overflow

mardi 2 août 2016 à 23:10
export http_proxy=http://your_ip_proxy:port/
export https_proxy=$http_proxy
wget https://....
(Permalink)