tun2proxy / rust-tun

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

Add support for dynamic Wintun library loading and update dependencies #70

Closed mokhtarabadi closed 4 months ago

mokhtarabadi commented 4 months ago
mokhtarabadi commented 4 months ago

This change allows the application to dynamically load the Wintun library, making it more flexible regarding library path configuration.

ssrlive commented 4 months ago

Thanks