To determine the authenticity of an IP address and whether it is using a proxy, a property is provided in yfs.properties file.
yfs.clientip.reader=<classname>
where <classname> is the name of the class that is used to read and store the client IP address from the request.
To extract an IP address, perform the following steps: