<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <pre class="bz_comment_text">Please package AnonIp, a tool to anonymize IP addresses in log files.

This is a simple pur-Python application without any dependencies.


Description:

Anonip masks the last bits of IPv4 and IPv6 addresses in log files.
That way most of the relevant information is preserved, while the IP
address does not match a particular individuum anymore.

Depending on your Web server, the log entries may be piped to Anonip
directly or via a FIFO (named pipe). Thus the unmasked IP addresses
will never be written to any file.

It's also possible to rewrite existing log files.

Anonip can also be uses as a Python module in your own Python
application.


All remaining required information can be found in the .spec-file
<a class="moz-txt-link-rfc2396E" href="https://bugs.mageia.org/attachment.cgi?id=11168"><https://bugs.mageia.org/attachment.cgi?id=11168></a> or the Guix package definition
<a class="moz-txt-link-rfc2396E" href="https://git.savannah.gnu.org/cgit/guix.git/commit/?id=582de58c69bd46385196e26434951e1e2d5f32f2"><https://git.savannah.gnu.org/cgit/guix.git/commit/?id=582de58c69bd46385196e26434951e1e2d5f32f2></a>.


Background
-----------------

This software is used by quite some providers in Europe since anonymizing IP addresses
is a GDPR requirement. Thus I want to spread it, so even "small" web server owners can
use it easily.</pre>
    <pre class="moz-signature" cols="72">-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | <a class="moz-txt-link-abbreviated" href="mailto:h.goebel@crazy-compilers.com">h.goebel@crazy-compilers.com</a>               |
| <a class="moz-txt-link-abbreviated" href="http://www.crazy-compilers.com">www.crazy-compilers.com</a> | compilers which you thought are impossible |
</pre>
  </body>
</html>