wireguard-rs icon indicating copy to clipboard operation
wireguard-rs copied to clipboard

Rust library providing unified WireGuard interface to native/kernel and userspace implementations

Results 16 wireguard-rs issues
Sort by recently updated
recently updated
newest added

- add ipv6 support - minor cleanup of trailing whitespace

When updating the address (for example from 10.0.70.1/24 to 10.0.70.10/24) the IP is not actually changed when running on Linux. The interface has to be removed first, then it can...

bug
good first issue
help wanted

Hi, The issue with the presharedkey seems to have been fixed (#11). Currently, there is no example (server, userspace or client) to provide a presharedkey. In the following snippet of...

Hey, Would it be possible to add the clone trait to this structure ? The lifetime can't be extended because there is no copy trait. best, Ange

Hey, is it mandatory to insert the peer in the host since the host can take the values from the api by reading it ? I've witnessed that even by...

Hey @wojcik91 , Since the 0.2.1 release, the library is not able to automatically add the route IP to the routing table. I have to manually add the routing ip...

Allow `InterfaceConfiguration` to take an `mtu: Option`

I wanted to look at the examples however when I cargo add the library (and x25519_dalek); I get the following errors: ``` error[E0433]: failed to resolve: use of undeclared crate...

bug

Trying to run the client example with my values put in as required as well as adding a DNS configuration. I notice that when it would connect I would not...