mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-21 03:47:31 +03:00
10 lines
170 B
Go
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
|
|
}
|