From ede95964ccd32803d9580a0404780dd9924cecf1 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Tue, 15 Apr 2025 18:31:12 +0200 Subject: [PATCH] Add subdomain and backend entry to README TODO list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d0fcf..e95fb8d 100644 --- a/README.md +++ b/README.md @@ -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.