TAG NAME client_netmask

Description Defines what portion of the requesting client IP is logged in the access.log
Build Option
Default
Usage
client_netmask netmask
Default
client_netmask 255.255.255.255
Synopsis

You can make the requesting clients IP to be logged as such or only the network part of the IP alone with the host part being zero. For privacy reasons it is often preferred to only log the network or subnet IP of the client. For example, a netmask of 255.255.255.0 will log the first three octets of the IP, and fill the last octet with a zero.


Arguments

netmask
Clients network mask

Example(s)
client_netmask 255.255.120.200