A map that displays connected IP addresses
Variables for building:
-
IPGEO4_DB
: The path to the built-in ipv4-num.csv database (optional) -
IPGEO4_DB_ATTR
: An attribution message for that database's copyright (required ifIPGEO4_DB
set) -
IPGEO6_DB
: The path to the built-in ipv6-num.csv database (optional) -
IPGEO6_DB_ATTR
: An attribution message for that database's copyright (required ifIPGEO6_DB
set) -
LIB
(windows): The path tonpcap-sdk\Lib\x64
.
(Example)
$ IPGEO4_DB="/path/to/dbip-city-ipv4-num.csv"
$ IPGEO4_DB_ATTR="IP Geolocation by DB-IP"
$ npm install
$ npx tauri build