Skip to content

Commit 65c8982

Browse files
authored
Bump defguard to github latest version (#4872) (#4884)
* Bump defguard to github latest version * Fix comment location
1 parent 5f74996 commit 65c8982

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ ctr = "0.9.1"
204204
cupid = "0.6.1"
205205
curve25519-dalek = "4.1"
206206
dashmap = "5.5.3"
207-
defguard_wireguard_rs = "0.4.2"
207+
# We want https://github.com/DefGuard/wireguard-rs/pull/64 , but there's no crates.io release being pushed out anymore
208+
defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.7" }
208209
digest = "0.10.7"
209210
dirs = "4.0"
210211
doc-comment = "0.3"

common/wireguard/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ pub async fn start_wireguard<St: nym_gateway_storage::Storage + 'static>(
114114
address: wireguard_data.inner.config().private_ip.to_string(),
115115
port: wireguard_data.inner.config().announced_port as u32,
116116
peers,
117+
mtu: None,
117118
};
118119
wg_api.configure_interface(&interface_config)?;
119120

0 commit comments

Comments
 (0)