mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-03-19 04:49:30 +00:00
8 lines
177 B
Go
8 lines
177 B
Go
//go:build !android
|
|
|
|
package tailscale
|
|
|
|
import "github.com/sagernet/sing-box/experimental/libbox/platform"
|
|
|
|
func setAndroidProtectFunc(platformInterface platform.Interface) {
|
|
}
|