Skip to content

Instantly share code, notes, and snippets.

@yicr
Last active January 24, 2021 14:16
Show Gist options
  • Save yicr/39c69d920c9bf15343f5c1f2beb4e23b to your computer and use it in GitHub Desktop.
Save yicr/39c69d920c9bf15343f5c1f2beb4e23b to your computer and use it in GitHub Desktop.
$ curl example.com -x http://<auth-username>:<auth-password>@<proxy-host>:<proxy-port>
export http_proxy=http://username:password@192.168.1.1:3214
export https_proxy=http://username:password@192.168.1.1:3214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment