diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-14 17:03:50 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-14 17:03:50 +0200 |
commit | 917290702786cd6d0a975352c01b640cad4ef345 (patch) | |
tree | 9df3d40bdef497b989c052c94ee35c3be98ecda6 | |
parent | 22b152cb87e18f69b9a29f6e87141fac293a873e (diff) |
update production endpoint ip address
A new mechanism should be implemented that allows importers to hijack DNS resolution themselves if they need it. The library should not do this unless asked to.
-rw-r--r-- | src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.rs b/src/client.rs index b413e87..57734de 100644 --- a/src/client.rs +++ b/src/client.rs @@ -47,7 +47,7 @@ impl Client { .cookie_store(true) .resolve( "api.domrobot.com", - (Ipv4Addr::new(185, 181, 104, 71), 443).into(), + (Ipv4Addr::new(185, 181, 104, 26), 443).into(), ) .resolve( "api.ote.domrobot.com", |