ipdb-go icon indicating copy to clipboard operation
ipdb-go copied to clipboard

IPIP.net officially supported IP database ipdb format parsing library

Results 3 ipdb-go issues
Sort by recently updated
recently updated
newest added
trafficstars

use go 1.16: //go:embed, we can insert data file to package, so add create city by byte array api

How does this SDK find out the geo location of a given IP address? I'm curious about this and read the source. It's really a nice design! The most eye-catching...

db.Find("183.195.52.13", "CN") 我在mac上执行,返回结果是ok的,运营商字段返回移动,但是我部署到容器环境中,执行结果就有差异,运营商字段返回chinamobile.com,除了运营商字段,其他字段结果都是相同的,都是中文,造成这种差异的原因有哪些