Last active
October 4, 2016 18:28
-
-
Save goerz/7ced27d4ada908df5db8aa57a366d4e9 to your computer and use it in GitHub Desktop.
proxy.pac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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