Skip to content

Instantly share code, notes, and snippets.

@dangmai
Last active January 9, 2019 15:08
Show Gist options
  • Save dangmai/81194b07898b548dc80a23b2566ba4d0 to your computer and use it in GitHub Desktop.
Save dangmai/81194b07898b548dc80a23b2566ba4d0 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS5 localhost:9001; SOCKS5 localhost:9002";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment