- install nodejs
npm install
grunt
to dev, any change to src/rule, src/template will regenerate proxy.pac under directory dist.grunt deploy
to generate new pac file and deploy it onto github.
- Line beginning with
#
is comment. .r
file is rule file,HOSTS
section means block the whole host;URLS
section to block specify url, of course which is regex..m
file is module file, which is planned to use define what rules included into build. But now we don't use it.