ansible-roles/roles/squid/templates/local_blacklist.urls.j2
2021-12-01 19:13:34 +01:00

6 lines
118 B
Django/Jinja

{% for item in squid_local_blacklist %}
{% if item is search('^(ht|f)tps?://') %}
{{ item }}
{% endif %}
{% endfor %}