Skip to content

Instantly share code, notes, and snippets.

@pandax381
Created February 19, 2020 07:30
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 pandax381/3fcd9d7d7480a74f786ee96a6724c011 to your computer and use it in GitHub Desktop.
Save pandax381/3fcd9d7d7480a74f786ee96a6724c011 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host){
return "SOCKS5 127.0.0.1:8080; DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment