The plugin automatically detects the real visitor IP address even when your site is behind Cloudflare, a reverse proxy, or a load balancer. It checks the following headers in order:
CF-Connecting-IP (Cloudflare)
X-Forwarded-For (general proxies)
X-Real-IP (Nginx proxies)
REMOTE_ADDR (direct connection)