forked from Lainports/freebsd-ports
MaxMind now requires a free account with an API key to access its APIs to download the GeoLite2 datanases. Update scripts to adapt to new API interface and use API key provided via %%LOCALBASE%%/etc/GeoIP.conf Update pkg-message to provide this information. Reported by: thedoctorjtd <76110609+thedoctorjtd@users.noreply.github.com> Obtained from: https://github.com/freebsd/freebsd-ports/pull/182
22 lines
780 B
Text
22 lines
780 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
ntopng runs a web interface service by default, it is suggested to protect
|
|
such network accessible services with packet filters or TCP wrappers.
|
|
|
|
ntopng requires to connect to a redis server to work. Please install redis
|
|
server from databases/redis or use -r option via ntopng_flags to specify a
|
|
remote one.
|
|
|
|
ntopng supports IP geolocation, to enable this you should use the
|
|
ntopng-geoip2update.sh script to update the maxminddb geolocation
|
|
data to the latest version. This script requires a maxmind.com
|
|
account API key configured in %%LOCALBASE%%/etc/GeoIP.conf to work.
|
|
|
|
To pass a configuration file to ntopng, which overrides any command
|
|
line arguments, add something like the following to rc.conf:
|
|
|
|
ntopng_flags="/path/to/file.conf"
|
|
EOM
|
|
}
|
|
]
|