Add MaxMind usage text

This commit is contained in:
Eric Bailey
2025-08-21 16:37:31 -05:00
parent 01ddc2f124
commit 05376729cf
+1 -2
View File
@@ -609,8 +609,7 @@ type IPCCResponse struct {
AgeBlockedGeo bool `json:"isAgeBlockedGeo,omitempty"` AgeBlockedGeo bool `json:"isAgeBlockedGeo,omitempty"`
} }
// IP address data is powered by IPinfo // This product includes GeoLite2 Data created by MaxMind, available from https://www.maxmind.com.
// https://ipinfo.io
func (srv *Server) WebIpCC(c echo.Context) error { func (srv *Server) WebIpCC(c echo.Context) error {
realIP := c.RealIP() realIP := c.RealIP()
addr, err := netip.ParseAddr(realIP) addr, err := netip.ParseAddr(realIP)