tld-restricted-proxy/README.md
Nathan Woodburn f129e2d722
All checks were successful
Build Docker / Build Docker (push) Successful in 41s
feat: Initial code drop
2024-03-01 16:58:56 +11:00

321 B

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/*