Hello alexandre,
I am sorry, but Node's http client doesn't come with any proxy support. You can use most commands directly from the dashboard. If you need special commands, like setting a custom domain, use the API with curl. Curl supports a proxy.
Example:
$ export https_proxy=http://<proxy host>[:<proxy port>]
- Hans