Skip to content
henices edited this page Dec 14, 2018 · 19 revisions

FAQ

what is pac script?

A proxy auto-config (PAC) file defines how web browsers and other user agents can automatically choose the appropriate proxy server (access method) for fetching a given URL.

A PAC file contains a JavaScript function “FindProxyForURL(url, host)”. This function returns a string with one or more access method specifications. These specifications cause the user agent to use a particular proxy server or to connect directly.

Multiple specifications provide a fall-back when a proxy fails to respond. The browser fetches this PAC file before requesting other URLs. The URL of the PAC file is either configured manually or determined automatically by the Web Proxy Autodiscovery Protocol.

for more details, go Proxy_auto-config

How to install

See Readme file Install section. README

how to use this extension?

Use this chrome extension is very simple. First, input your proxy settings on options page, second, select your proxy type on the popup page, that's all.

I use this extension but I can't access web site?

You must find effective proxies yourself. This extension only can help your set proxy for Google chrome browser.

what is China list?

China list is a set of websites which can access directly from China mainland.

what is Whitelist?

Only omains in Whitelist will never use a proxy.

what is Blacklist?

Only domains in Whitelist will use a proxy.

what is the difference between auto mode and manual mode ?

Any time, you can use only one of these two mode. PAC proxy use the auto mode and the others use the manual mode. Auto mode will ignore the proxy rules, only manual mode will use the proxy rules ( Blacklist / Whitelist ).