docs/modules/sysadmin_guide/pages/geoip-city-wsgi.adoc
Kevin Fenzi 69c5635b76 irc to matrix updates
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-12-16 10:31:55 -08:00

1.7 KiB
Raw Permalink Blame History

A simple web service that return geoip information as JSON-formatted dictionary in utf-8. Particularly, its used by anaconda[1] to get the most probable territory code, based on the public IP of the caller.

Contact Information

Owner

Fedora Infrastructure Team

Contact

#apps, #admin, #noc

Location

https://geoip.fedoraproject.org

Servers

sundries*, sundries*-stg

Purpose

A simple web service that return geoip information as JSON-formatted dictionary in utf-8. Particularly, its used by anaconda to get the most probable territory code, based on the public IP of the caller.

Basic Function