https://github.com/cf-jongsik/pac-workers
https://github.com/cf-jongsik/pac-workers
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cf-jongsik/pac-workers
- Owner: cf-jongsik
- Created: 2024-07-06T16:50:01.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-06T17:12:52.000Z (11 months ago)
- Last Synced: 2025-01-26T16:48:22.027Z (4 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```