Module mod_geoip

Map IP addresses to geo locations using the MaxMind database.

Authors: Marc Worrell (marc@worrell.nl).

Description

Map IP addresses to geo locations using the MaxMind database.

Function Index

init/1
license_key/0
lookup/1

Function Details

init/1

init(Context) -> any()

license_key/0

license_key() -> any()

lookup/1

lookup(IP::tuple() | string() | binary()) -> {ok, map()} | {error, invalid_address | not_found}


Generated by EDoc