Skip to content

amitybell/ip2country

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Package ip2country provides IPv4 and IPv6 address to country lookups in Go.

Install

go get github.com/amitybell/ip2country

Usage

package main

import (
	"github.com/amitybell/ip2country"
	"fmt"
)

func main() {
	fmt.Println(ip2country.LookupString("1.2.3.4"))
}

License

The package itself is distributed under the MIT license.

The database is compiled from the MaxMind geolite2-city CSVs distributed by https://github.com/sapics/ip-location-db/tree/main/geolite2-country and is therefore subject to the MaxMind EULA https://www.maxmind.com/en/geolite2/eula

About

IP address to country lookup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages