mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-19 14:45:41 +00:00
10 lines
186 B
Go
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
|
|
}
|