Registry / networking / ipipdotnet-ipdb-go

ipipdotnet-ipdb-go

JSON →
library1.3.3gogounverified

A Go client library for querying IP geolocation data from IPIP.net databases.

go get github.com/ipipdotnet/ipdb-go
INSTALL
IMPORT
SIG · IPIPDOTNET-IPDB-GO
I
ipipdotnet-ipdb-go
networkinggov1.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ipdb
github.com/ipipdotnet/ipdb-go

Opens an IPIP database and looks up an IP address.

package main import ( "fmt" "github.com/ipipdotnet/ipdb-go" ) func main() { db, _ := ipdb.NewCity("/path/to/ipipfree.ipdb") city, _ := db.Find("8.8.8.8", "CN") fmt.Println(city) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ipipdotnet-ipdb-go — go get ipipdotnet-ipdb-go · libregistry