feat: Upgrade Sing-box dependencies and add Anytls support

This commit is contained in:
2025-10-15 15:27:53 +11:00
parent ee01f7f61c
commit 23d7e1d4f9
10 changed files with 498 additions and 69 deletions

View File

@@ -23,7 +23,7 @@ import (
J "github.com/sagernet/sing/common/json"
)
var globalCtx = box.Context(context.Background(), include.InboundRegistry(), include.OutboundRegistry(), include.EndpointRegistry())
var globalCtx = box.Context(context.Background(), include.InboundRegistry(), include.OutboundRegistry(), include.EndpointRegistry(), include.DNSTransportRegistry(), include.ServiceRegistry())
func Convert(
subscriptions []string,