mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-23 15:53:28 +03:00
Add protect path dialer option
This commit is contained in:
9
outbound/dialer/protect_stub.go
Normal file
9
outbound/dialer/protect_stub.go
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user