基本

環境変数http_proxyに設定しておくと使ってくれるソフトが多い。~/.bash_profileなどに設定しておくべし

export http_proxy=http://192.168.1.1:3128/
export https_proxy=https://192.168.1.1:3128/

npm

proxy = http://192.168.1.1:3128/
https-proxy = http://192.168.1.1:3128/

curl


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS