tangled
alpha
login
or
join now
jeanmachine.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
Add comment (#8739)
authored by
Eric Bailey
and committed by
GitHub
8 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)