Skip to content

Instantly share code, notes, and snippets.

@owenworley
Created May 23, 2022 15:49
Show Gist options
  • Save owenworley/24bb4164aef9cc2d1eb6f9ae7597e300 to your computer and use it in GitHub Desktop.
Save owenworley/24bb4164aef9cc2d1eb6f9ae7597e300 to your computer and use it in GitHub Desktop.
socks
function FindProxyForURL(url, host) {
return "SOCKS 10.0.0.133:8889";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment