Add mieru protocol

This commit is contained in:
Sergei Maklagin
2025-06-15 18:04:27 +03:00
parent 6768c77fa0
commit 7c4c2d5ca8
10 changed files with 410 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import (
"github.com/sagernet/sing-box/protocol/dns"
"github.com/sagernet/sing-box/protocol/group"
"github.com/sagernet/sing-box/protocol/http"
"github.com/sagernet/sing-box/protocol/mieru"
"github.com/sagernet/sing-box/protocol/mixed"
"github.com/sagernet/sing-box/protocol/naive"
"github.com/sagernet/sing-box/protocol/redirect"
@@ -75,6 +76,7 @@ func OutboundRegistry() *outbound.Registry {
ssh.RegisterOutbound(registry)
shadowtls.RegisterOutbound(registry)
vless.RegisterOutbound(registry)
mieru.RegisterOutbound(registry)
registerQUICOutbounds(registry)
registerWireGuardOutbound(registry)