fix duplicated routes not being shown

This commit is contained in:
yusing
2025-02-14 05:48:28 +08:00
parent 816166a30a
commit a319957f3e
4 changed files with 8 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ func (cfg *Config) StartAutoCert() {
}
func (cfg *Config) StartProxyProviders() {
errs := cfg.providers.CollectErrorsParallel(
errs := cfg.providers.CollectErrors(
func(_ string, p *proxy.Provider) error {
return p.Start(cfg.task)
})