songgao / water

A simple TUN/TAP library written in native Go.
BSD 3-Clause "New" or "Revised" License
1.93k stars 294 forks source link

Support for wintun.net #97

Open zveinn opened 1 year ago

zveinn commented 1 year ago

First of all, thank you for this excellent module.

Are there any plans for support the new L3 tunnel adapter made by wireguard ( https://www.wintun.net/ ) ? I wrote my own little module based on https://git.zx2c4.com/wireguard-go/tree/ but I feel like water would benefit greatly from adding support for wintun.

Thanks!

labulakalia commented 1 year ago

this repo not update long time ,i fork it https://github.com/labulakalia/water and add support wintun in windows.

zveinn commented 1 year ago

Interesting,

I will take a look in a few days when I do the refactor of our vpn service.

Thanks!