Skip to content

Instantly share code, notes, and snippets.

@luckysailor
Created July 23, 2025 13:09
Show Gist options
  • Select an option

  • Save luckysailor/e89fa6b7d53e083d80c361a3409adc01 to your computer and use it in GitHub Desktop.

Select an option

Save luckysailor/e89fa6b7d53e083d80c361a3409adc01 to your computer and use it in GitHub Desktop.
SOCKS Proxy
function FindProxyForURL(url, host) {
return "SOCKS localhost:1080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment