mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-04-13 20:28:32 +10:00
9 lines
163 B
Go
9 lines
163 B
Go
//go:build !android
|
|
|
|
package tailscale
|
|
|
|
import "github.com/sagernet/sing-box/adapter"
|
|
|
|
func setAndroidProtectFunc(platformInterface adapter.PlatformInterface) {
|
|
}
|