Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| // +build !android | |
| /* SPDX-License-Identifier: MIT | |
| * | |
| * Copyright (C) 2017-2019 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. | |
| // -------------------------------------------------------- |