2018-05-23 01:17:51 +00:00
|
|
|
// +build !android
|
|
|
|
|
2019-01-02 00:55:51 +00:00
|
|
|
/* SPDX-License-Identifier: MIT
|
2018-05-23 01:17:51 +00:00
|
|
|
*
|
2019-01-02 00:55:51 +00:00
|
|
|
* Copyright (C) 2017-2019 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.
|
|
|
|
// --------------------------------------------------------
|