tld-restricted-proxy/README.md

8 lines
321 B
Markdown
Raw Normal View History

2024-03-01 16:58:56 +11:00
# TLD Restricted Proxy
Environment variables:
- `PROXY` - The proxy to use for restricted TLDs. Example: `http://localhost:3128`
- `TLD` - The TLD to restrict. Example: `g`
- `RESTRICTED` - List of restricted paths. Example: `["path1", "path2"]` will require the user to have a .g domain to access `path1/*`, `path2/*`