Skip to content

Instantly share code, notes, and snippets.

@toshiyukino
Last active December 29, 2015 07:29
Show Gist options
  • Save toshiyukino/7636596 to your computer and use it in GitHub Desktop.
Save toshiyukino/7636596 to your computer and use it in GitHub Desktop.
# windowsでcurlのproxyを通す場合、 --proxy や --proxy-userをコマンドラインで指定する以外にも
# .curlrc で指定することもできるらしい。
# ただし、ファイル名を _curlrc としなければならない。
# curl.exe と同じディレクトリ内かホームディレクトリに保存
proxy=http://proxy.example.com:8080/
proxy-user=username:password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment