https://github.com/leecade/pac
https://github.com/leecade/pac
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leecade/pac
- Owner: leecade
- License: mit
- Created: 2015-05-11T17:54:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T18:15:13.000Z (about 11 years ago)
- Last Synced: 2025-07-07T10:35:07.897Z (about 1 year ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pac
PAC file from GFWList.
@TODO
## nginx
```
server {
listen 80;
default_type application/x-ns-proxy-autoconfig;
root /path/to/pac;
index proxy.pac;
}
```
> ref
https://github.com/breakwa11/gfw_whitelist