Tags: ShabbirHasan1/wireguard-rs
Tags
MTU and Netlink update (DefGuard#63) * Handle MTU * Derive Copy for IpVersion * Set MTU * Fix MTU as u32 * Fix Linux test * Update netlink-packet-route to 0.20 * Fix CIDR parsing; test network interface assignment; cleanups * Flush IP addresses on Linux * Fix netlink::flush_addresses * Fix build for FreeBSD * bump version --------- Co-authored-by: Aleksander <[email protected]>
feat: allow domain name as endpoint address (DefGuard#54) * Add dns resolution for peer endpoint * Handle both domain and IP endpoint * chore: bump version * Markdown links in function docstrings * Leave IP resolution to `to_socket_addr()` function
Tracing crashes (DefGuard#52) * Key can be converted from base16 string; other debugging improvements * Format and update Cargo.lock * Remove unused code * Rename KernelNotSupported to PlatformNotSupported * Revert KernelNotSupported * Bump version
chore: bump version to 0.4 (DefGuard#48) * bump version * bump CI image version --------- Co-authored-by: Maciej Wójcik <[email protected]>
fix: hide private keys in logs (DefGuard#42) * add manual `Debug` implementations to hide private keys * update dependencies * bump version * update server example --------- Co-authored-by: Maciej Wójcik <[email protected]>
PreviousNext