Add hysteria2 chrome parrot support

This commit is contained in:
世界
2026-08-30 17:41:45 +08:00
parent 10d37384f0
commit ec3e95935f
7 changed files with 51 additions and 6 deletions
+1
View File
@@ -150,6 +150,7 @@ func NewOutbound(ctx context.Context, router adapter.Router, logger log.ContextL
},
UDPDisabled: !common.Contains(networkList, N.NetworkUDP),
BBRProfile: options.BBRProfile,
ChromeParrot: !options.DisableChromeParrot,
RealmOptions: realmOptions,
})
if err != nil {