Skip to content

Instantly share code, notes, and snippets.

@taizawa
Created June 8, 2021 04:42
Show Gist options
  • Save taizawa/808c2bb6a26d025da456fedcf82c11c3 to your computer and use it in GitHub Desktop.
Save taizawa/808c2bb6a26d025da456fedcf82c11c3 to your computer and use it in GitHub Desktop.
socks
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