From 21870e730f747f899bbb76472ea1837e8eda1bd0 Mon Sep 17 00:00:00 2001 From: Jack Wampler Date: Fri, 27 Mar 2026 07:57:24 -0600 Subject: [PATCH] nym-api moved default (#6623) --- common/http-api-client/src/dns/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/http-api-client/src/dns/constants.rs b/common/http-api-client/src/dns/constants.rs index 5a7c35037f..3359310d94 100644 --- a/common/http-api-client/src/dns/constants.rs +++ b/common/http-api-client/src/dns/constants.rs @@ -4,7 +4,7 @@ use std::collections::HashMap; use std::net::{IpAddr, Ipv4Addr, Ipv6Addr}; pub const NYM_API_DOMAIN: &str = "validator.nymtech.net"; -pub const NYM_API_IPS: &[IpAddr] = &[IpAddr::V4(Ipv4Addr::new(212, 71, 233, 232))]; +pub const NYM_API_IPS: &[IpAddr] = &[IpAddr::V4(Ipv4Addr::new(92, 39, 63, 14))]; pub const NYM_VPN_API_DOMAIN: &str = "nymvpn.com"; pub const NYM_VPN_API_IPS: &[IpAddr] = &[IpAddr::V4(Ipv4Addr::new(76, 76, 21, 21))];