3 lines
71 B
Plaintext
Raw Normal View History

{% for range in ip_ranges %}
set_real_ip_from {{ range }};
{% endfor %}