aboutsummaryrefslogtreecommitdiffstats
path: root/donotuseon_linux.go
blob: 4264cc1558f356a840f5fb8e7b9b63771c99bde0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// +build !android

/* SPDX-License-Identifier: GPL-2.0
 *
 * Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
 */

package main

const DoNotUseThisProgramOnLinux = UseTheKernelModuleInstead

// --------------------------------------------------------
// Do not use this on Linux. Instead use the kernel module.
// See wireguard.com/install for more information.
// --------------------------------------------------------