Files
wireguard-go/donotuseon_linux.go
T

16 lines
434 B
Go
Raw Normal View History

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