How to Restoring Visitor IPs using cloudflare?
hklcf https://support.cloudflare.com/hc/en-us/articles/200170786-Restoring-original-visitor-IPs-Logging-visitor-IP-addresses-with-mod-cloudflare-
jazz1611 doesn't work with me, i use netstat -an | grep ': 80' | awk '{print $ 5}' | sed s / ':: ffff:' // | cut -d ":" -f1 | sort | uniq -c to check will still show the cloudflare IP
netstat -an | grep ': 80' | awk '{print $ 5}' | sed s / ':: ffff:' // | cut -d ":" -f1 | sort | uniq -c to
sonwcms you will need see log of webserver at first to see it have work or not.
This manual don't help. I never see a Cloudflare manual what first time finally works...