New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPs not forwarded from CloudFlare #63
Comments
|
hmm. CloudFlare shouldn't be spamming... All Brickimedia traffic (not sure if you know this) goes through cloudflare servers, which should speed things up, and provide a backup if the site is down temporarily. I'm wondering if blocking the cloudflare IPs also blocks other traffic coming in through cloudflare or something... |
|
CloudFlare probably masks your IP and changes it to one of them... idiotically. |
|
Ohhh, that makes sense. I had wondered if Brickimedia used CloudFlare, but So if CloudFlare is converting all of the IP addresses going into the site, It did seem really odd to me that all of the spambots were using CloudFlare
|
|
I just CheckUser'd myself, and found that I had the same IP as some other users. If we keep this, we'd have to get rid of all forms of IP blocks. Is there some way we can keep CloudFlare, but get rid of the IP converting feature thingy? |
|
I found something on the CloudFlare website about this: https://support.cloudflare.com/hc/en-us/articles/200170786 It looks like you can resolve this issue with something called mod_cloudflare. It's explained in the top section of this page: http://www.cloudflare.com/resources-downloads |
|
Only problem is that that is an apache mod, and we're running nginx at the moment. |
|
Hmm, there is a mediawiki mod, but that is only for 1.18 and earlier, and we're on 1.20 currently. here |
|
Ah, but there's a nginx mod here. It needs a recompile of nginx though. Perhaps @lewiscawte would know more about how to do this? |
|
From what Lewis and I can tell, this has been resolved. The nginx configuration has been updated in |
Drewlzoo commentedNov 7, 2013
I made a range block to 173.245.48.0/20 yesterday, because that range belongs to CloudFlare, the company that's we've been getting all the spambots from. It stopped the spambots, but I just noticed today that it's now saying that my IP is different than what it is, and including it in that range. This is only on Brickimedia, everywhere else I check says my IP is normal. I can still edit when logged in, but I'm blocked as soon as I log out.
The text was updated successfully, but these errors were encountered: