Add protect path dialer option

This commit is contained in:
世界
2022-07-06 14:45:56 +08:00
parent dcd7ca78fc
commit 46f28a9de9
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
}