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

https://github.com/cf-jongsik/pac-workers


https://github.com/cf-jongsik/pac-workers

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        


for Zero Trust agentless ramp option,

you can use this workers to provide its pac file for browser.


once configured with custom domain, it

return pac config file according to subpath.

```bash
example:
custom domain for workers (in wrangler.toml): pac.example.com
custom endpoint (from your ZT dashboard): 1q2w3e4r.proxy.cloudflare-gateway.com

then
configure your browser to pac.example.com/1q2w3e4r.pac
```
MOZILLA PAC FILE REFERENCE




```bash
Installation:
1. clone this repo
2. install npm packages => "npm install"
3. copy wrangler.toml => "cp wrangler.toml.example wrangler.toml"
4. edit wrangler.toml (custom domain field)
5. deploy => "wrangler deploy"
6. done
```