https://github.com/Pengxn/Proxy-pac.js
📄A proxy auto-config (PAC) file, used as pac rules.
https://github.com/Pengxn/Proxy-pac.js
gfw js pac proxy proxy-settings
Last synced: 3 months ago
JSON representation
📄A proxy auto-config (PAC) file, used as pac rules.
- Host: GitHub
- URL: https://github.com/Pengxn/Proxy-pac.js
- Owner: xn-02f
- License: gpl-3.0
- Created: 2018-01-10T03:05:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T21:13:41.000Z (almost 4 years ago)
- Last Synced: 2024-10-01T19:16:18.270Z (8 months ago)
- Topics: gfw, js, pac, proxy, proxy-settings
- Language: JavaScript
- Homepage:
- Size: 536 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Proxy-pac.js
[](https://travis-ci.com/xn-02f/Proxy-pac.js)
[](https://gitlab.com/xn-02f/Proxy-pac.js/pipelines)
[](https://www.npmjs.com/package/proxy-pac.js)
[](https://github.com/xn-02f/Proxy-pac.js/blob/master/LICENSE)
> This is a file that set proxy auto-config(PAC).**Usage** :
- Via npm:
```bash
$ npm install proxy-pac.js
```
- Import CDN:
Type `https://unpkg.com/proxy-pac.js/dist/proxy-pac.min.js` (or other CDN url) in your system proxy setting.These files can be used currently as pac file for your proxy (eg. shadowsocks) on linux, Mac, even Windows.
**Development** :
```bash
$ git clone --recurse-submodules [email protected]:xn-02f/Proxy-pac.js.git
$ cd Proxy-pac.js
$ npm i
$ npm run test && npm run dist
```> LICENSE: [GPL-3.0](https://github.com/xn-02f/Proxy-pac.js/blob/master/LICENSE)