mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 05:07:33 +00:00
wgengine/monitor: disable monitor on Android
Netlink is not supported on Android. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
eccae0cd0c
commit
2dac4f2b24
@@ -2,6 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !android
|
||||
|
||||
package monitor
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user