3 lines
71 B
Text
3 lines
71 B
Text
|
|
{% for range in ip_ranges %}
|
||
|
|
set_real_ip_from {{ range }};
|
||
|
|
{% endfor %}
|