Files
iplookup/README.md
tchivert 9ed13e31bc
docker / docker (push) Successful in 1m42s
update readme
2025-01-12 15:23:16 +01:00

969 B

iplookup

Go implementation of geoipweb.

This is the code that now powers iplookup.fr

Usage

Usage of ./iplookup:
  -b string    Bind to address (default "0.0.0.0")
  -p int       Port to listen on (default 8080)
  -n string    Name of the application (default "iplookup.fr")
  -d string    Domain name (default "iplookup.fr")
  -s string    Short domain name (default "iplk.fr")
  -c string    Path to the GeoIP database
  -a string    Path to the GeoASN database
  -t int       Cache TTL in seconds (default 300)
  -m int       Max number of entries in cache (default 2048)

Acknowledgements

License

This project is licensed under the MIT License. See the LICENSE file for more information.