Skip to content

Instantly share code, notes, and snippets.

@kontrafiktion
Created February 5, 2014 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kontrafiktion/8822591 to your computer and use it in GitHub Desktop.
Save kontrafiktion/8822591 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
import pacparser
pacparser.init()
pacparser.parse_pac_file('/tmp/proxy.pac')
proxy = pacparser.find_proxy('http://www.google.com', 'www.google.com')
print proxy
pacparser.cleanup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment