From f3944a0bb29cabb8e0e30942864afeb9f6e95f4f Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 25 Oct 2023 21:16:45 +0900 Subject: [PATCH] chore: comment --- dap-lib/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dap-lib/src/lib.rs b/dap-lib/src/lib.rs index d669f96..d00c889 100644 --- a/dap-lib/src/lib.rs +++ b/dap-lib/src/lib.rs @@ -122,7 +122,7 @@ pub async fn entrypoint( // TODO: services // - Authentication refresh/re-login service loop (Done) // - HTTP client update service loop, changing DNS resolver to the self when it works (Done) - // - Health check service checking every path, flag unreachable patterns as unhealthy (as individual service using doh_client?) + // - Health check service checking every path, flag unreachable patterns as unhealthy (as individual service inside doh_client?) this also needs ODoH config refresh. Ok(()) }