aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/registry/mksyscall.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wintun: migrate to wintun.dll APISimon Rozman2020-11-071-8/+0
| | | | | | | | Rather than having every application using Wintun driver reinvent the wheel, the Wintun device/adapter/interface management has been moved from wireguard-go to wintun.dll deployed with Wintun itself. Signed-off-by: Simon Rozman <simon@rozman.si>
* global: update header comments and modulesJason A. Donenfeld2020-05-021-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* mod: bump versionsJason A. Donenfeld2019-10-041-1/+1
|
* wintun: wait for interface registry key on device creationSimon Rozman2019-05-101-0/+8
By using RegNotifyChangeKeyValue(). Also disable dead gateway detection. Signed-off-by: Simon Rozman <simon@rozman.si>