mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00: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
|
||
|
}
|