2018-05-23 01:17:51 +00:00
|
|
|
// +build !android
|
|
|
|
|
|
|
|
/* SPDX-License-Identifier: GPL-2.0
|
|
|
|
*
|
2018-09-05 21:54:31 +00:00
|
|
|
* Copyright (C) 2017-2018 WireGuard LLC. All Rights Reserved.
|
2018-05-23 01:17:51 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
const DoNotUseThisProgramOnLinux = UseTheKernelModuleInstead
|
|
|
|
|
|
|
|
// --------------------------------------------------------
|
|
|
|
// Do not use this on Linux. Instead use the kernel module.
|
|
|
|
// See wireguard.com/install for more information.
|
|
|
|
// --------------------------------------------------------
|