Nathan Woodburn
37379e4255
All checks were successful
Build Docker / Build Docker (push) Successful in 29s
|
||
---|---|---|
.gitea/workflows | ||
templates | ||
.env.example | ||
.gitignore | ||
404.html | ||
Dockerfile | ||
LICENSE.md | ||
main.py | ||
README.md | ||
requirements.txt | ||
server.py |
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 accesspath1/*
,path2/*
REPLACE
- List of urls to replace with the host to fix redirects and links