Skip to content

Instantly share code, notes, and snippets.

@yehara
Created December 31, 2018 02:01
Show Gist options
  • Save yehara/6396ea9c4fdbffb1dfd13c11e2c80525 to your computer and use it in GitHub Desktop.
Save yehara/6396ea9c4fdbffb1dfd13c11e2c80525 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS localhost:1234";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment