summaryrefslogtreecommitdiff
path: root/data/templates/squid/sg_acl.conf.j2
blob: ce72b173a1e4f37eb2ac817a14ed6112b33c3eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
### generated by service_webproxy.py ###
dbhome {{ squidguard_db_dir }}

dest {{ category }}-{{ rule }} {
{% if list_type == 'domains' %}
    domainlist      {{ category }}/domains
{% elif list_type == 'urls' %}
    urllist         {{ category }}/urls
{% elif list_type == 'expressions' %}
    expressionlist  {{ category }}/expressions
{% endif %}
}

acl {
    default {
        pass all
    }
}