mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-12-03 03:46:56 +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) {
|
||
|
}
|