ClashX hack. (#102)

This commit is contained in:
gVisor bot 2022-06-24 20:08:33 +08:00
parent de2b59bd4c
commit 62eca0c8fa

View file

@ -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)
}