Files
sing-box-extended-mirror/include/ocm.go
T

13 lines
229 B
Go
Raw Normal View History

2025-12-16 22:09:02 +08:00
//go:build with_ocm
package include
import (
"github.com/sagernet/sing-box/adapter/service"
"github.com/sagernet/sing-box/service/ocm"
)
func registerOCMService(registry *service.Registry) {
ocm.RegisterService(registry)
}