Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support PAC scripts #2

Open
mohamedmansour opened this issue Mar 5, 2011 · 2 comments
Open

Support PAC scripts #2

mohamedmansour opened this issue Mar 5, 2011 · 2 comments

Comments

@mohamedmansour
Copy link
Owner

Would be nice to support multiple proxy where it auto configures based on a url or host.

 pacScript: {
    data: "function FindProxyForURL(url, host) {\n" +
          "  if (host == 'foobar.com')\n" +
          "    return 'PROXY blackhole:80';\n" +
          "  return 'DIRECT';\n" +
          "}"
  }
@kyotocafe
Copy link

This would be really nice. I am eagerly waiting for this feature to be implemented.

@Semidio
Copy link

Semidio commented Jan 14, 2012

Please support the online PAC rules. just like http://autoproxy2pac.appspot.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants