Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeff-dagenais/d96b128ab71db6dc19d793b14666c3ee to your computer and use it in GitHub Desktop.
Save jeff-dagenais/d96b128ab71db6dc19d793b14666c3ee to your computer and use it in GitHub Desktop.
proxy.pac
function FindProxyForURL(url, host) {
return "SOCKS5 localhost:1080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment