rc.conf.d 240 Bytes
Newer Older
1 2
{% if helpers.exists('OPNsense.proxy.general.enabled') and OPNsense.proxy.general.enabled|default("0") == "1" %}
squid_enable=YES
3
squid_opnsense_bootup_run="/usr/local/opnsense/scripts/proxy/setup.sh"
4 5 6
{% else %}
squid_enable=NO
{% endif %}