WireGuard / wgctrl-go

Package wgctrl enables control of WireGuard interfaces on multiple platforms.
https://godoc.org/golang.zx2c4.com/wireguard/wgctrl
MIT License
727 stars 85 forks source link

internal/wgwindows: use more clever PnP enumeration #112

Closed zx2c4 closed 2 years ago

zx2c4 commented 2 years ago

Speed up enumeration by specifying a WireGuard-specific enumerator.

Do not merge this until WireGuardNT/0.10 has been released.