27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
--- /data/projects/arknights/omv-dijiang/works/sing-box/include/registry.go 2026-03-05 12:48:33.529768921 +0800
|
|
+++ /data/projects/arknights/omv-dijiang/works/core/include/registry.go 2026-03-05 13:14:06.319924033 +0800
|
|
@@ -23,6 +23,7 @@
|
|
"github.com/sagernet/sing-box/protocol/group"
|
|
"github.com/sagernet/sing-box/protocol/http"
|
|
"github.com/sagernet/sing-box/protocol/mixed"
|
|
+ "github.com/sagernet/sing-box/protocol/mysql" // OMV
|
|
"github.com/sagernet/sing-box/protocol/naive"
|
|
"github.com/sagernet/sing-box/protocol/redirect"
|
|
"github.com/sagernet/sing-box/protocol/shadowsocks"
|
|
@@ -62,6 +63,7 @@
|
|
shadowtls.RegisterInbound(registry)
|
|
vless.RegisterInbound(registry)
|
|
anytls.RegisterInbound(registry)
|
|
+ mysql.RegisterInbound(registry) // OMV
|
|
|
|
registerQUICInbounds(registry)
|
|
registerStubForRemovedInbounds(registry)
|
|
@@ -90,6 +92,7 @@
|
|
shadowtls.RegisterOutbound(registry)
|
|
vless.RegisterOutbound(registry)
|
|
anytls.RegisterOutbound(registry)
|
|
+ mysql.RegisterOutbound(registry) // OMV
|
|
|
|
registerQUICOutbounds(registry)
|
|
registerStubForRemovedOutbounds(registry)
|