From 87fc67f62d70d992116e280a0448ce6b70e4f4e2 Mon Sep 17 00:00:00 2001 From: Dominion0815 <33466236+Dominion0815@users.noreply.github.com> Date: Mon, 21 May 2018 10:25:19 +0200 Subject: [PATCH] Add IPv6 and Quick Install --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 54f79e4..1ef37a8 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,11 @@ Changes against the original version: * Removed the enforced masking of the last octet. By default, it will still be masked, but you can configure your log format with `%{32}a` to get full IP addresses if you wish. +* Added IPv6 support [from issue](https://github.com/webfactory/mod_log_ipmask/issues/1) +## How to install under Debian 9 ? +``` +apt install apache2-dev +apxs -i -a -c mod_log_ipmask.c +systemctl restart apache2 +```