XF 1.5 Members IP are Cloudflare IPs

psx

Active member
Licensed customer
I've fixed that problem but how do I remove the cloudflare IPs from the IP logs in each member?

@Chris D
 
If most of them are CloudFlare IP's, there's probably not much use to keeping them anyway, so you can remove all the IP's from the table with:
Code:
TRUNCATE TABLE `xf_ip`;
 
  • Like
Reactions: psx
Back
Top Bottom