Skip to content

Instantly share code, notes, and snippets.

@fzxu
Last active November 20, 2021 11:18
Show Gist options
  • Save fzxu/06c9c577ab548915d6dc7cc3cc4dfbdc to your computer and use it in GitHub Desktop.
Save fzxu/06c9c577ab548915d6dc7cc3cc4dfbdc to your computer and use it in GitHub Desktop.
socks5
function FindProxyForURL(url, host)
{
return "SOCKS 192.168.86.88:12345";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment