From b22798af716b4f98c2a72584f1ad84ae1a3308ef Mon Sep 17 00:00:00 2001 From: Jpnock Date: Mon, 20 Jul 2015 13:27:22 +0100 Subject: [PATCH] Added new /13 range, removed old ranges --- ModCloudFlare.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ModCloudFlare.cs b/ModCloudFlare.cs index b498c10..02e61cd 100644 --- a/ModCloudFlare.cs +++ b/ModCloudFlare.cs @@ -24,8 +24,6 @@ public void Init(HttpApplication context) private static List CloudFlareIPRanges = new List() { - "204.93.240.0/24", - "204.93.177.0/24", "199.27.128.0/21", "173.245.48.0/20", "103.21.244.0/22", @@ -38,7 +36,8 @@ public void Init(HttpApplication context) "197.234.240.0/22", "198.41.128.0/17", "162.158.0.0/15", - "104.16.0.0/12" + "104.16.0.0/12", + "172.64.0.0/13" }; public static bool IsCloudFlareIP(string ip)