fix: correctly implement references to proxies

This commit is contained in:
wwqgtxx
2025-04-04 09:08:52 +08:00
parent 323973f22f
commit e81f3a97af
4 changed files with 86 additions and 24 deletions

View File

@@ -176,5 +176,6 @@ func ParseProxy(mapping map[string]any) (C.Proxy, error) {
}
}
proxy = outbound.NewAutoCloseProxyAdapter(proxy)
return NewProxy(proxy), nil
}