Skip to content
Danny Althoff edited this page Nov 19, 2017 · 1 revision

To use this Apache2-module, please follow the instructions from the README.md


Enabling this module:

Anonymize on

This will result in requests from the IP like "10.100.1.245" being translated to "10.100.1.0".


Customizing last fragment (IPv4 + IPv6) being anonymized:

AnonymizeFragment 255

This will result in requests from the IP like "10.100.1.245" being translated to "10.100.1.255".


Customizing the whole IP being replaced by own chosen IP:

AnonymizeUseFixed on
AnonymizeSetFixedIPv4 10.100.0.0

This will result in requests from the IP like "10.100.1.245" being translated to "10.100.0.0".

Clone this wiki locally