Optimize delay test

Add check ip
This commit is contained in:
chen08209
2024-06-06 16:31:08 +08:00
parent 5e801d5f5e
commit 43c397007c
27 changed files with 443 additions and 412 deletions

View File

@@ -412,6 +412,6 @@ func applyConfig(isPatch bool) {
patchConfig(cfg.General)
} else {
executor.ApplyConfig(cfg, true)
healthcheck()
hcCompatibleProvider(tunnel.Providers())
}
}