summaryrefslogtreecommitdiff
path: root/data/templates/squid/sg_acl.conf.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-14 17:46:18 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-14 17:46:18 +0100
commitdf7e790df0c71c41455c9e05c0544889110dac0f (patch)
treec93a0e841a618963042169ee09efc367d482f76b /data/templates/squid/sg_acl.conf.tmpl
parentbbeafa5ed417f25ecbbc3627a346cb9294d66c68 (diff)
downloadvyos-1x-df7e790df0c71c41455c9e05c0544889110dac0f.tar.gz
vyos-1x-df7e790df0c71c41455c9e05c0544889110dac0f.zip
templates: convert DOS -> UNIX line endings
Diffstat (limited to 'data/templates/squid/sg_acl.conf.tmpl')
-rw-r--r--data/templates/squid/sg_acl.conf.tmpl36
1 files changed, 18 insertions, 18 deletions
diff --git a/data/templates/squid/sg_acl.conf.tmpl b/data/templates/squid/sg_acl.conf.tmpl
index cb1c3ccb0..ce72b173a 100644
--- a/data/templates/squid/sg_acl.conf.tmpl
+++ b/data/templates/squid/sg_acl.conf.tmpl
@@ -1,18 +1,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
- }
-}
+### 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
+ }
+}