mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-12-01 19:06:43 +00:00
9 lines
177 B
Go
9 lines
177 B
Go
//go:build !android
|
|
|
|
package tailscale
|
|
|
|
import "github.com/sagernet/sing-box/experimental/libbox/platform"
|
|
|
|
func setAndroidProtectFunc(platformInterface platform.Interface) {
|
|
}
|