Koozali.org: home of the SME Server

Xt geoip: email from Maxmind

Offline Peasant

  • *
  • 143
  • +2/-0
Xt geoip: email from Maxmind
« on: March 18, 2024, 05:25:00 PM »
Hello,
I received this email from Maxmind last week. From what I can see I don't need to do anything, but would be grateful if someone could confirm this. Thanks.

Quote
As of Wednesday, May 1, 2024, all MaxMind database downloads will redirect to R2 presigned URLs. We are making this change in order to increase the security and reliability of our services.

 

This is a potentially breaking change. Please ensure your downloading HTTP client is configured to follow redirects and can connect to the following hostname:

 

 mm-prod-geoip-databases.a2649acb697e2c09b632799562c076f2.r2.cloudflarestorage.com

 

We recommend confirming the above as early as possible.
Jim

Offline Jean-Philippe Pialasse

  • *
  • 2,765
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Xt geoip: email from Maxmind
« Reply #1 on: March 19, 2024, 02:09:22 AM »
yes we all received that, this is technical enough to be worrisome and  not enough to be helpful in anything.

Offline Peasant

  • *
  • 143
  • +2/-0
Re: Xt geoip: email from Maxmind
« Reply #2 on: March 19, 2024, 11:00:09 AM »
yes we all received that, this is technical enough to be worrisome and  not enough to be helpful in anything.

Thank you.  :-)
Jim

Offline Jean-Philippe Pialasse

  • *
  • 2,765
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: Xt geoip: email from Maxmind
« Reply #3 on: March 19, 2024, 05:50:43 PM »
All you can do is see if you are able to resolve it using your sme.

dig databases.a2649acb697e2c09b632799562c076f2.r2.cloudflarestorage.com

and if not try to debug that.

people using pihole or similar things in front of their sme mighy get this blocked. Hence the setting suggested on our wiki for those using pihole putting it after the SME using SME dns server as a primary resolver

Offline Peasant

  • *
  • 143
  • +2/-0
Re: Xt geoip: email from Maxmind
« Reply #4 on: March 20, 2024, 10:49:31 AM »
Code: [Select]
[root@myserver ~]# dig databases.a2649acb697e2c09b632799562c076f2.r2.cloudflaresto           rage.com

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-26.P2.el7_9.15 <<>> databases.a2649acb697e2c0           9b632799562c076f2.r2.cloudflarestorage.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29174
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;databases.a2649acb697e2c09b632799562c076f2.r2.cloudflarestorage.com. IN       A

;; ANSWER SECTION:
databases.a2649acb697e2c09b632799562c076f2.r2.cloudflarestorage.com. 300 IN A 10           4.18.9.90
databases.a2649acb697e2c09b632799562c076f2.r2.cloudflarestorage.com. 300 IN A 10           4.18.8.90

;; Query time: 114 msec
;; SERVER: 192.168.1.250#53(192.168.1.250)
;; WHEN: Wed Mar 20 09:44:55 GMT 2024
;; MSG SIZE  rcvd: 117


Guess that works OK :-)
Jim