mirror of
				https://git.zx2c4.com/wireguard-go
				synced 2025-10-31 11:56:22 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			430 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			430 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +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.
 | |
| // --------------------------------------------------------
 | 
