From ee32425930a4a520e30a54ed22ddef258872af4a Mon Sep 17 00:00:00 2001 From: Duy Dao Date: Wed, 16 Jul 2025 07:01:37 +0700 Subject: [PATCH] feat: update roadmap to reflect completion of caddy file parsing feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51c5afb..e9ef86c 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Currently, the Caddy Manager is able to: ## Roadmap -- [ ] Parse the caddy files to get more information, i.e. the domain names, the proxy addresses, etc. +- [x] Parse the caddy files to get more information, i.e. the domain names, the proxy addresses, etc. See the [open issues](https://pikachu-gitea.duydao.org/ebolo/CaddyManager/issues) for a full list of proposed features (and known issues).