Skip to content

Instantly share code, notes, and snippets.

@nwtgck
Last active November 3, 2021 15:54
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 nwtgck/cfdca37070217793d243287be6b6e925 to your computer and use it in GitHub Desktop.
Save nwtgck/cfdca37070217793d243287be6b6e925 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS localhost:10080";
}
@nwtgck
Copy link
Author

nwtgck commented Mar 14, 2021

Latest:

https://gist.githubusercontent.com/nwtgck/cfdca37070217793d243287be6b6e925/raw/proxy.pac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment