# Functions
New is an IP anonymization factory function that expects you to pass in anonymize.IPAnonymizationFlag, which contains the contents of the `--anonymize.ip` command-line flag.
# Variables
IgnoredIPs is a set of IPs that should be ignored and not anonymized.
IPAnonymizationFlag is a flag that determines whether IP anonymization is on or off.
Netblock causes IPv4 addresses to be anonymized up to the /24 level and IPv6 addresses to the /64 level.
None performs no anonymization.
# Interfaces
IPAnonymizer is the generic interface for all systems that try and ensure IP addresses are not human identifiers.
# Type aliases
Method is an enum suitable for using as a command-line flag.