Add comment (#8739)

This commit is contained in:
Eric Bailey
2025-07-29 15:14:12 -05:00
committed by GitHub
parent 1504ce28e2
commit bc78fb224e
+2
View File
@@ -608,6 +608,8 @@ type IPCCResponse struct {
AgeRestrictedGeo bool `json:"isAgeRestrictedGeo,omitempty"`
}
// IP address data is powered by IPinfo
// https://ipinfo.io
func (srv *Server) WebIpCC(c echo.Context) error {
realIP := c.RealIP()
addr, err := netip.ParseAddr(realIP)