aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-11-28 22:24:08 +0100
committerdoktornotor <notordoktor@gmail.com>2015-11-28 22:24:08 +0100
commit4efb357cb8079f20bac7612e7656ae2c7cf213e8 (patch)
tree355aa2759e7ddca5d0ebfec40770168951f5baa4 /config
parent257dc468c1cd5fb045cec6002476747dc3fc8334 (diff)
downloadpfsense-packages-4efb357cb8079f20bac7612e7656ae2c7cf213e8.tar.gz
pfsense-packages-4efb357cb8079f20bac7612e7656ae2c7cf213e8.tar.bz2
pfsense-packages-4efb357cb8079f20bac7612e7656ae2c7cf213e8.zip
Comment fix
Diffstat (limited to 'config')
-rwxr-xr-xconfig/squid3/34/squid.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid3/34/squid.inc b/config/squid3/34/squid.inc
index f5ed51ca..952d50d8 100755
--- a/config/squid3/34/squid.inc
+++ b/config/squid3/34/squid.inc
@@ -800,7 +800,7 @@ function squid_validate_general($post, &$input_errors) {
if (empty($post['ssl_active_interface'])) {
$input_errors[] = "You must select at least one interface under 'SSL Intercept Interface(s)' when 'HTTPS/SSL Interception' is enabled.";
} else {
- // allow HTTPS/SSL Interception only on interfaces where transparent proxy is enabled
+ // allow HTTPS/SSL Interception only on interfaces where Squid is actually running to keep configuration sane
$a_ifaces = $post['active_interface'] ?: array();
$s_ifaces = $post['ssl_active_interface'];
foreach ($s_ifaces as $s_iface) {