From 637f1b5aedb285293f95d39a7e3da9e299792d2b Mon Sep 17 00:00:00 2001 From: mrFq1 <107336122+mrFq1@users.noreply.github.com> Date: Fri, 24 Jun 2022 20:08:33 +0800 Subject: [PATCH] ClashX hack. (#102) --- hub/executor/executor.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hub/executor/executor.go b/hub/executor/executor.go index 54763a3d..fef9cb70 100644 --- a/hub/executor/executor.go +++ b/hub/executor/executor.go @@ -88,6 +88,10 @@ func ApplyConfig(cfg *config.Config, force bool) { updateTun(cfg.Tun) updateExperimental(cfg) + // DON'T Delete + // ClashX will use this line to determine if the 'Meta' has finished booting + log.Infoln("Apply all configs finished.") + log.SetLevel(cfg.General.LogLevel) }