Files
sing-box-extended-mirror/cmd/sing-box/cmd_run_userns_other.go
T
2026-08-30 17:41:42 +08:00

10 lines
186 B
Go

//go:build !linux
package main
import "github.com/sagernet/sing-box/option"
func runInUserNamespaceIfNeeded(options option.Options, optionsList []*OptionsEntry) error {
return nil
}