Add USB/IP service
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//go:build with_usbip && (linux || (darwin && cgo) || windows)
|
||||
|
||||
package include
|
||||
|
||||
import (
|
||||
"github.com/sagernet/sing-box/adapter/service"
|
||||
"github.com/sagernet/sing-box/service/usbip"
|
||||
)
|
||||
|
||||
func registerUSBIPServices(registry *service.Registry) {
|
||||
usbip.RegisterService(registry)
|
||||
}
|
||||
Reference in New Issue
Block a user