Skip to content

Instantly share code, notes, and snippets.

@jiangzhuo
Created February 10, 2019 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiangzhuo/93a2415eb36c8683168a66a894f42c7f to your computer and use it in GitHub Desktop.
Save jiangzhuo/93a2415eb36c8683168a66a894f42c7f to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS5 127.0.0.1:1090";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment