summaryrefslogtreecommitdiff
path: root/data/templates/squid/sg_acl.conf.tmpl
blob: cb1c3ccb0f113584a8d34627efa9441bc9bcb1ca (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
    }
}