diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-10-01 16:57:35 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-10-24 14:11:11 +0200 |
| commit | 4b6c2abefdf8639d138aac61da9675a5d6ce4ebf (patch) | |
| tree | bd506fd7d455b0d8b95caec3cd6627e9068a7195 | |
| parent | 47f00cb1732c9943e2719e2b74c1fd6cc9497648 (diff) | |
| download | mullvadvpn-4b6c2abefdf8639d138aac61da9675a5d6ce4ebf.tar.xz mullvadvpn-4b6c2abefdf8639d138aac61da9675a5d6ce4ebf.zip | |
Update important log message
| -rw-r--r-- | talpid-wireguard/src/boringtun/mod.rs | 15 | ||||
| -rw-r--r-- | wireguard-go-rs/Cargo.toml | 2 |
2 files changed, 7 insertions, 10 deletions
diff --git a/talpid-wireguard/src/boringtun/mod.rs b/talpid-wireguard/src/boringtun/mod.rs index f687458f0b..48794cfc49 100644 --- a/talpid-wireguard/src/boringtun/mod.rs +++ b/talpid-wireguard/src/boringtun/mod.rs @@ -237,15 +237,12 @@ pub async fn open_boringtun_tunnel( .inspect_err(|e| log::error!("Failed to open BoringTun: {e:?}"))?; log::info!( - "This tunnel was brought to you by... - ......................................................... - ..*...*.. .--. .---. ..*....*. - ...*..... | ) o | ......*.. - .*..*..*. |--: .-. .--.. .--. .-..|. . .--. ...*..... - ...*..... | )( )| | | |( ||| | | | .*.....*. - *.....*.. '--' `-' ' -' `-' `-`-`|'`--`-' `- .....*... - ......... ._.' ..*...*.. - ..*...*.............................................*...." + r#"This tunnel was brought to you by... + _______ _ __ ______ + / ____(_)_(_) /_____ /_ __/_ ______ + / / __/ __ \/ __/ __ `// / / / / / __ \ + / /_/ / /_/ / /_/ /_/ // / / /_/ / / / / + \____/\____/\__/\__,_//_/ \__,_/_/ /_/"# ); Ok(boringtun) diff --git a/wireguard-go-rs/Cargo.toml b/wireguard-go-rs/Cargo.toml index 40d70623a5..7efbac12ab 100644 --- a/wireguard-go-rs/Cargo.toml +++ b/wireguard-go-rs/Cargo.toml @@ -22,7 +22,7 @@ talpid-types.path = "../talpid-types" # NOTE: for other platforms, maybenot-ffi is NOT declared here, but instead built directly from # wireguard-go-rs/libwg/wireguard-go/maybenot-ffi [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies] -maybenot-ffi = "2.0.1" +maybenot-ffi = "2.2.2" [target.'cfg(target_os = "windows")'.dependencies] windows-sys = { workspace = true, features = [ |
