Skip to content

Instantly share code, notes, and snippets.

@PitBeast
Created June 25, 2020 17:32
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 PitBeast/34a25779117629e79cc2f74a05d72b36 to your computer and use it in GitHub Desktop.
Save PitBeast/34a25779117629e79cc2f74a05d72b36 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS 192.168.1.4:1080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment