ClashX hack. (#102)
This commit is contained in:
parent
de2b59bd4c
commit
62eca0c8fa
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ func ApplyConfig(cfg *config.Config, force bool) {
|
||||||
updateTun(cfg.Tun)
|
updateTun(cfg.Tun)
|
||||||
updateExperimental(cfg)
|
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)
|
log.SetLevel(cfg.General.LogLevel)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue