Skip to content

Instantly share code, notes, and snippets.

@roccozanni
Created January 10, 2017 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roccozanni/dbb444c1904b4883d13ab0129edbfdfd to your computer and use it in GitHub Desktop.
Save roccozanni/dbb444c1904b4883d13ab0129edbfdfd to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return “PROXY <your_mac_lan_ip>:<your_charles_proxy_port>”;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment