mirror of
https://github.com/WireGuard/wireguard-go.git
synced 2026-01-02 03:48:33 -05: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>