DefGuard / wireguard-rs

Rust library providing unified WireGuard interface to native/kernel and userspace implementations
https://github.com/defguard/defguard/
Other
123 stars 10 forks source link

Add option to set MTU #56

Closed casonadams closed 12 hours ago

casonadams commented 1 month ago

Allow InterfaceConfiguration to take an mtu: Option<u16>

moubctez commented 12 hours ago

Added in #63