mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-24 21:30:58 +02:00
chore: update dependencies
This commit is contained in:
@@ -84,8 +84,7 @@ impl WireGuardTunnel {
|
||||
self.config.persistent_keepalive,
|
||||
0, // index
|
||||
None,
|
||||
)
|
||||
.map_err(|e| VpnError::Tunnel(format!("Failed to create tunnel: {e}")))?;
|
||||
);
|
||||
|
||||
self.tunnel = Some(Arc::new(Mutex::new(Box::new(tunn))));
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user