Skip to content

Commit

Permalink
Updated CF Ip list
Browse files Browse the repository at this point in the history
1 missing CIDR according to https://www.cloudflare.com/ips-v4
  • Loading branch information
six2dez authored Dec 22, 2021
1 parent b3ebcd3 commit 6807cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func isCloudflare(ip net.IP) bool {
"104.16.0.0/12",
"172.64.0.0/13",
"131.0.72.0/22",
"104.24.0.0/14",
}

for i := range cidrs {
Expand Down

0 comments on commit 6807cd3

Please sign in to comment.