D3V-Server/backend/templates/ip_ranges.conf

3 lines
71 B
Text
Raw Normal View History

2026-03-07 13:49:44 +00:00
{% for range in ip_ranges %}
set_real_ip_from {{ range }};
{% endfor %}