Skip to content

Instantly share code, notes, and snippets.

@musaprg
Created February 24, 2021 09:48
Show Gist options
  • Select an option

  • Save musaprg/dc0b6c4511b6a0265fcee384eea1857b to your computer and use it in GitHub Desktop.

Select an option

Save musaprg/dc0b6c4511b6a0265fcee384eea1857b to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS localhost:10080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment