tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
Add comment (#8739)
authored by
Eric Bailey
and committed by
GitHub
7 months ago
bc78fb22
1504ce28
+2
1 changed file
expand all
collapse all
unified
split
bskyweb
cmd
bskyweb
server.go
+2
bskyweb/cmd/bskyweb/server.go
···
608
608
AgeRestrictedGeo bool `json:"isAgeRestrictedGeo,omitempty"`
609
609
}
610
610
611
611
+
// IP address data is powered by IPinfo
612
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)