🛏️

IP 相关信息

package main import ( "github.com/zlsgo/ip" "github.com/sohaha/zlsgo/zlog" ) func main() { // 查询 IP 信息 r, err := ip.Region("180.149.130.16") zlog.Debug(r) // r.Country 中国 // r.City 北京市 // 查询外网 IP ip.NetWorkIP() }