Skip to content

Instantly share code, notes, and snippets.

View vrogueon's full-sized avatar
:shipit:
Rust | Go | Js

Rodríguez Díaz de León Víctor vrogueon

:shipit:
Rust | Go | Js
View GitHub Profile
@alienlebarge
alienlebarge / README.md
Last active March 20, 2023 10:16
Setting proxy with node.js

Node.js behind a proxy

Write proxy settings

$ npm config set proxy http://localhost:3128
$ npm config set https-proxy http://localhost:3128

This config is great for SquidMan app.