sing-box/outbound/dialer/protect_stub.go

10 lines
170 B
Go
Raw Normal View History

2022-07-06 06:45:56 +00:00
//go:build !android && !with_protect
package dialer
import "github.com/sagernet/sing/common/control"
func ProtectPath(protectPath string) control.Func {
return nil
}