sing-box/outbound/dialer/protect_stub.go
2022-07-06 14:45:56 +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
}