An ATproto social media client -- with an independent Appview.

Add comment (#8739)

authored by

Eric Bailey and committed by
GitHub
bc78fb22 1504ce28

+2
+2
bskyweb/cmd/bskyweb/server.go
··· 608 608 AgeRestrictedGeo bool `json:"isAgeRestrictedGeo,omitempty"` 609 609 } 610 610 611 + // IP address data is powered by IPinfo 612 + // https://ipinfo.io 611 613 func (srv *Server) WebIpCC(c echo.Context) error { 612 614 realIP := c.RealIP() 613 615 addr, err := netip.ParseAddr(realIP)