Skip to content

Instantly share code, notes, and snippets.

@N4NU
Created December 8, 2019 10:37
Show Gist options
  • Save N4NU/68f4be621df70a34818d7eaac88026bf to your computer and use it in GitHub Desktop.
Save N4NU/68f4be621df70a34818d7eaac88026bf to your computer and use it in GitHub Desktop.
proxy.pac
function FindProxyForURL(url, host) {
return "SOCKS localhost:10080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment