mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
13 lines
192 B
Go
13 lines
192 B
Go
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
package wintun
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed amd64/wintun.dll
|
|
var dllContent []byte
|