Add subdomain and backend entry to README TODO list

This commit is contained in:
WeebDataHoarder
2025-04-15 18:31:12 +02:00
parent 69730e2e44
commit ede95964cc

View File

@@ -285,7 +285,8 @@ However, a few points are left before go-away can be called v1.0.0:
* [ ] Define strings and multi-language support for quick modification by operators without custom templates.
* [ ] Have highly tested paths that match examples.
* [ ] Caching of temporary fetches, for example, network ranges.
* [ ] Allow live policy reloading.
* [ ] Allow live and dynamic policy reloading.
* [ ] Multiple domains / subdomains -> one backend handling, CEL rules for backends
* [ ] Merge all rules and conditions into one large AST for higher performance.
* [ ] Explore exposing a module for direct Caddy usage.
* [ ] More defined way of picking HTTP/HTTP(s) listeners and certificates.