Files
wireguard-go/donotuseon_linux.go
T

16 lines
430 B
Go
Raw Normal View History

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