mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
eb38a8f594
- Install GeoIP update script only when GEOIP option is enabled - Add deinstall script to cleanup GeoIP dat file downloaded with the provided script - Fix startup script REQUIREs - Move -e argument to end of command line as suggested by upstream to avoid conflicts with other user provided options - Remove reference to unspecified security vulnerabilities in pkg-message, leaving a generic suggestion to protect public services - While here reword pkg-message and add suggestion on how to provide a configuration file to ntopng Thanks to Simone Mainardi <mainardi at ntop.org> (upstream developer) for his suggesting most of the above changes and his help.
19 lines
769 B
Plaintext
19 lines
769 B
Plaintext
----------------------------------------------------------------------------
|
|
WARNING:
|
|
|
|
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.
|
|
|
|
If you enabled GeoIP support(the default), please use ntopng-geoipupdate.sh
|
|
to update GeoIP database to the latest available data.
|
|
|
|
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"
|
|
----------------------------------------------------------------------------
|