Skip to content

Instantly share code, notes, and snippets.

@nestoralonso
Created September 8, 2021 15:25
Show Gist options
  • Save nestoralonso/f2f10378adb1dcb90b135db32996edec to your computer and use it in GitHub Desktop.
Save nestoralonso/f2f10378adb1dcb90b135db32996edec to your computer and use it in GitHub Desktop.
Make node use the OS Proxy
const proxy = require('node-global-proxy').default;
// For charles proxy
proxy.setConfig("http://127.0.0.1:8888");
proxy.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment