Skip to content

Instantly share code, notes, and snippets.

@dadeba
Created July 3, 2022 22:59
Show Gist options
  • Save dadeba/189524eedb3eab624989ad3dde866a99 to your computer and use it in GitHub Desktop.
Save dadeba/189524eedb3eab624989ad3dde866a99 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS localhost:8000";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment