Cloudflare Traffic Manager Expanding on Cloudflare’s highly available DNS infrastructure and global Anycast network, the Cloudflare Traffic Manager is a cloud-based load-balancing solution that enhances the performance
How do I restore original visitor IP with EasyApache + cPanel? Run the following script to install mod_cloudflare as part of EasyApache: bash <(curl -s https://raw.githubusercontent.com/cloudflare/mod_cloudflare/master/EasyApache/installer.sh) Upon installing
How do I restore original visitor IP with PHPBB? 1. If you are using an Apache server, then we would recommend installing mod_cloudflare to restore the visitor IP
More recent versions of MyBB include a Scrutinize User’s IP address option. Admin CP > Configuration > Server and Optimization Options > Scrutinize User’s IP address? > Yes
To enable correct IP matching when running an Invision Power Board 3 installation through CloudFlare, follow these directions: 1. Log into your IPB installation’s ACP. 2. Go to
Since CloudFlare acts as a reverse proxy, all connections now come from one of CloudFlare’s IP addresses. CloudFlare follows industry standards and includes the originating IP address in
Make sure the following is installed: Red Hat/Fedora: sudo yum install httpd-devel libtool git Debian/Ubuntu: sudo apt-get install apache2-dev libtool git Clone the following for the most recent
option 1: Login to your Xenforo Root folder open library/config.php At the end, add: if (isset($_SERVER[‘HTTP_CF_CONNECTING_IP’])) { $_SERVER[‘REMOTE_ADDR’] = $_SERVER[‘HTTP_CF_CONNECTING_IP’]; } upload and overwrite Another option 2: A