about summary refs log tree commit diff
path: root/bskyweb
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2025-07-29 15:14:12 -0500
committerGitHub <noreply@github.com>2025-07-29 15:14:12 -0500
commitbc78fb224e2f0920c5513f320d024975b88e9ff2 (patch)
treeaa0714233699d4a8c4e5c9c51cce904e468f80f6 /bskyweb
parent1504ce28e2abf390955b1eb6e4d5742935c2055d (diff)
downloadvoidsky-bc78fb224e2f0920c5513f320d024975b88e9ff2.tar.zst
Add comment (#8739)
Diffstat (limited to 'bskyweb')
-rw-r--r--bskyweb/cmd/bskyweb/server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/bskyweb/cmd/bskyweb/server.go b/bskyweb/cmd/bskyweb/server.go
index f3230c0d8..4208eea2d 100644
--- a/bskyweb/cmd/bskyweb/server.go
+++ b/bskyweb/cmd/bskyweb/server.go
@@ -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)