sing-box/common/dialer/protect_stub.go
2022-07-07 21:47:21 +08:00

10 lines
170 B
Go

//go:build !android && !with_protect
package dialer
import "github.com/sagernet/sing/common/control"
func ProtectPath(protectPath string) control.Func {
return nil
}