protect_stub.go 170 B

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