{% extends 'squid/settings/index.html' %} {% block toolbar_acls %}class="active"{%endblock%} {% block page_comment %}

Various global settings of Squid.

{% endblock %} {% block page_content %}
{% block member_heading%}{%endblock%} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.allowed_src}} {% if form.allowed_src.errors %} {{form.allowed_src.errors|striptags}} {% else %} Specify here the subnets in CIDR format that are allowed to use this proxy. For example 10.0.0.0/8. Each subnet must be on a separate line. These subnets will form the localnet ACL in squid.conf. {%endif%}
{{form.denied_src}} {% if form.denied_src.errors %} {{form.denied_src.errors|striptags}} {% else %} Specify here the subnets in CIDR format that are prohibited from using this proxy. For example 10.0.0.0/8. Each subnet must be on a separate line. {%endif%}
{{form.additional_sslports}} {% if form.additional_sslports.errors %} {{form.additional_sslports.errors|striptags}} {% else %} Specify here the list of additional ports to allow establishing CONNECT tunnels to. Default ports are 443. Ports must be separated by space. {%endif%}
{{form.additional_safeports}} {% if form.additional_safeports.errors %} {{form.additional_safeports.errors|striptags}} {% else %} Specify here the list of additional ports to allow to connect to. Default ports are 21 70 80 210 280 443 488 591 777 1025-65535. Ports must be separated by space. {%endif%}
{{form.advanced_acl}} {% if form.advanced_acl.errors %} {{form.advanced_acl.errors|striptags}} {% else %} Specify here the advanced acls you would like to put into configuration file. Lines are written to configuration file as-is so please be careful. {%endif%}
{{form.advanced_access}} {% if form.advanced_access.errors %} {{form.advanced_access.errors|striptags}} {% else %} Specify here the http_access rules for the advanced ACLs above. Lines are written to configuration file as-is so please be careful. {%endif%}
Reset To Default
{% endblock %}