commit 9ed814969a7e4d80d8d08ea54ba942e71233f3ef parent 91413e23e59e53e01f142e43518c4e6980ec950f Author: Frederic Cambus <fcambus@users.sourceforge.net> Date: Sun, 21 Jun 2015 23:18:45 +0200 Updating README file Diffstat:
M | README.md | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -8,10 +8,15 @@ Project design goals include : speed, memory-usage efficiency, and keeping the c Currently implemented features : -- Counting number of hits -- Counting number of IPv4 and IPv6 hits +- Counting number of processed lines / invalid lines +- Counting number of hits (IPv4 and IPv6 hits) - Counting bandwidth used - Counting log file size +- GeoIP lookups (IPv4 only for now) + +## Dependencies + +Logswan requires the GeoIP library and header files. ## Compiling