KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ipLocator
★ 72
Open GitHub ↗
ipLocator - a basic Geo-Ip Server
Download README (.md)
Explore Similar Repositories
ipfs-geoip
:
Proof of concept for geoip lookup over DAG-CBOR dataset loaded from IPFS
geostat
:
GeoStat, Python script for parsing Nginx and Apache logs files and getting GEO data from incoming IP's.
GeoLink_NeurIPS2025
:
Official implementation and checkpoints of GeoLink remote sensing foundation model in NeurIPS2025.
IP-Geolocation
:
一个浏览器插件 伪装IP地址 代理地址 时区 以及 语言
StackGeoIp
:
Stack middleware for adding geolocation results as a HTTP header to the request.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ipLocator
?
Download (.md)
ipLocator ========= [](http://travis-ci.org/AndreasBriese/ipLocator) ipLocator - a fast basic Geo-Ip Server made with Go (v. 01/07/2015 Meets maxmind.com 2015 database format. See comments in code for options.) === #### Dependencies (1) pure go key/value store <b>boltdb</b> (https://github.com/boltdb/bolt) go get github.com/boltdb/bolt (2) bloomfilter go get github.com/AndreasBriese/bbloom === #### Usage Configure ipLocator with command line options (default values shown) -download_DB=false: Reload database from maxmind.com and Restore database from GeoLite-Data -ip="": enter a csv-list of IP -json=false: return JSON -new_DB=false: Restore database from maxmind.com GeoLite-Data -server=false: run server at localhost:9000 #### Quickstart: #####Linux/MacOSX/Windows go run ipLocator.go -download_DB=true -server=true 1. downloads the maxmind.com GeoLite2 - CSV .zip database folder 2. unzips it 3. loads csv-data into programs database ./iplocs.bdb (~ 500 MB) 4. starts server at localhost:9000 (--> const ServerAddr within ipLocator.go) === As of 2014-08-17 a demo server is running at https://oo.bootes.uberspace.de As of 2014-08-17 a demo server is running at http://bric.lepus.uberspace.de:61165