You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IpUtils::anonymize only removes the last byte for IPv4 addresses and the last 8 bytes for IPv6 addresses.
Sometimes it might be nessesary to remove more bytes to be compliant to companies data processing rules. So it should be possible to configure how many bytes to be removed.