Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch update tools/csfcf.sh Cloudflare IP ranges in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 14, 2021.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:58 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update tools/csfcf.sh Cloudflare IP ranges in 123.09beta01

    - Update CSF Firewall whitelisted Cloudflare IP ranges for removed IP ranges as per https://www.cloudflare.com/ips/ for

    199.27.128.0/21
    104.16.0.0/12

    The removal of 104.16.0.0/12 delists the 104.28.0.0/14 prefix, which is no longer in use by Cloudflare infrastructure. These addresses will be repurposed for use with our Gateway and WARP (secure web gateway and VPN) products, and may carry traffic from untrusted sources in the future.

    - existing users who run /usr/local/src/centminmod/tools/csfcf.sh auto command will get updated if they run cmupdate before running tools/csfcf.sh

    Continue reading...

    123.09beta01 branch


     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:58 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Also if you have ran cmupdate, you will eventually get the update run automatically due to tools/csfcf.sh cronjob which maintains Cloudflare IPs with CSF Firewall
    Code (Text):
    crontab -l | grep csfcf
    22 */12 * * * /usr/local/src/centminmod/tools/csfcf.sh auto >/dev/null 2>&1