Skip to content

Instantly share code, notes, and snippets.

@palmerc
Last active December 2, 2019 11:36
Show Gist options
  • Save palmerc/8842818 to your computer and use it in GitHub Desktop.
Save palmerc/8842818 to your computer and use it in GitHub Desktop.
A proxy.pac
function FindProxyForURL(url, host) {
return "SOCKS 192.168.2.231:8889";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment