Skip to content

Instantly share code, notes, and snippets.

@goerz
Last active October 4, 2016 18:28
Show Gist options
  • Save goerz/7ced27d4ada908df5db8aa57a366d4e9 to your computer and use it in GitHub Desktop.
Save goerz/7ced27d4ada908df5db8aa57a366d4e9 to your computer and use it in GitHub Desktop.
proxy.pac
function FindProxyForURL(url, host)
{
return "SOCKS 127.0.0.1:47962";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment