tun2proxy / rust-tun

TUN device creation and handling.
https://docs.rs/tun2/
44 stars 20 forks source link

Make dynamic wintun as an optional feature #72

Closed mokhtarabadi closed 4 months ago

mokhtarabadi commented 4 months ago

Now if need to use dynamic wintun loading via environment variable need to enable the dynamic-wintun feature while building.

mokhtarabadi commented 4 months ago

I think the https://github.com/tun2proxy/rust-tun/pull/73 is better approach.