Script to add Geo data to NtopNG - Opnsense
# Usage with fetch: fetch -o - https://raw.githubusercontent.com/ghostersk/ntopng-geoip/refs/heads/main/install-ntopng-geoip.sh \ | sh -s -- YOUR_MAXMIND_LICENSE_KEY_HERE your_ipinfo_token_here # Usage with curl: curl -fsSL https://raw.githubusercontent.com/ghostersk/ntopng-geoip/refs/heads/main/install-ntopng-geoip.sh \ | sh -s -- YOUR_MAXMIND_LICENSE_KEY_HERE your_ipinfo_token_here