Files
wireguard-go/tun
Jason A. Donenfeld c27bf0bf4b tun: make customization of WintunPool and WintunGUID more obvious
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>
2020-12-22 14:16:06 +01:00
..
2020-12-09 01:46:55 +01:00