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