Fetch ip ranges for CDN servers, Cloudfront and Cloudfare

This commit is contained in:
Jamie Curnow
2019-01-03 17:04:53 +10:00
parent 9fcd32c2ca
commit 3836f7c40a
6 changed files with 355 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
{% for range in ip_ranges %}
set_real_ip_from {{ range }};
{% endfor %}