mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-10-27 17:31:17 +00:00
feat: Upgrade Sing-box dependencies and add Anytls support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user