Skip to content

Commit

Permalink
Add ForgetMe to GW probe Mixnet clients (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
durch authored Feb 3, 2025
1 parent 500f0e9 commit 0ecc910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nym-vpn-core/crates/nym-gateway-probe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use clap::Args;
use futures::StreamExt;
use nym_authenticator_client::{AuthenticatorResponse, AuthenticatorVersion, ClientMessage};
use nym_authenticator_requests::{v2, v3, v4};
use nym_client_core::ForgetMe;
use nym_config::defaults::{
mixnet_vpn::{NYM_TUN_DEVICE_ADDRESS_V4, NYM_TUN_DEVICE_ADDRESS_V6},
NymNetworkDetails,
Expand Down Expand Up @@ -229,6 +230,7 @@ impl Probe {
min_gateway_performance,
ignore_egress_epoch_role,
))
.with_forget_me(ForgetMe::new_all())
.credentials_mode(self.credentials_args.enable_credentials_mode)
.build()?;

Expand Down

0 comments on commit 0ecc910

Please sign in to comment.