From c857317971f796798615180ea558ec08269b046c Mon Sep 17 00:00:00 2001 From: Matt Palmer Date: Thu, 29 Sep 2016 01:03:22 +1000 Subject: [PATCH] Use new Cloudflare URLs for IP address lists --- templates/cloudflare.template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cloudflare.template.yml b/templates/cloudflare.template.yml index df8a00d..45f29e2 100644 --- a/templates/cloudflare.template.yml +++ b/templates/cloudflare.template.yml @@ -5,8 +5,8 @@ run: contents: | #!/bin/bash -e # Download list of CloudFlare ips - wget https://www.cloudflare.com/ips-v4 -O - > /tmp/cloudflare-ips - wget https://www.cloudflare.com/ips-v6 -O - >> /tmp/cloudflare-ips + wget https://www.cloudflare.com/ips-v4/ -O - > /tmp/cloudflare-ips + wget https://www.cloudflare.com/ips-v6/ -O - >> /tmp/cloudflare-ips # Make into nginx commands and escape for inclusion into sed append command CONTENTS=$(