Nathan Woodburn
f129e2d722
All checks were successful
Build Docker / Build Docker (push) Successful in 41s
8 lines
321 B
Markdown
8 lines
321 B
Markdown
# 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/*`
|
|
|