An open API service indexing awesome lists of open source software.

https://github.com/leecade/pac


https://github.com/leecade/pac

Last synced: 5 days ago
JSON representation

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