mirror of
https://git.zx2c4.com/wireguard-go
synced 2026-05-14 06:21:27 +00:00
Persnickety consumers can now do:
func init() {
tun.WintunPool, _ = wintun.Pool("Flurp")
tun.WintunStaticRequestedGUID, _ = windows.GUIDFromString("{5ae2716f-0b3e-4dc4-a8b5-48eba11a6e16}")
}
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>