Add IPv6 and Quick Install

This commit is contained in:
Dominion0815
2018-05-21 10:25:19 +02:00
committed by GitHub
parent 5627f2aaa9
commit 87fc67f62d

View File

@@ -42,4 +42,11 @@ Changes against the original version:
* Removed the enforced masking of the last octet. By default, it will * 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` still be masked, but you can configure your log format with `%{32}a`
to get full IP addresses if you wish. 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
```