Skip to content

Tags: ShabbirHasan1/wireguard-rs

Tags

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bump version 0.4.4 -> 0.4.5 (DefGuard#62)

v0.4.4

Toggle v0.4.4's commit message
chore: bump version v0.4.4

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.4.2

Toggle v0.4.2's commit message
chore: bump version

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.4 (DefGuard#48)

* bump version

* bump CI image version

---------

Co-authored-by: Maciej Wójcik <[email protected]>

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.3.1

Toggle v0.3.1's commit message
chore: bump version to 0.3.1

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: FreeBSD kld_load() (DefGuard#35)