Add protect path dialer option

This commit is contained in:
世界
2022-07-06 14:45:56 +08:00
parent 8867768a7d
commit 070d3c56ed
4 changed files with 61 additions and 0 deletions

View File

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