1 |
diff -urN e-smith-proxy-5.2.0.old/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports e-smith-proxy-5.2.0/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports |
2 |
--- e-smith-proxy-5.2.0.old/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports 2002-04-20 02:45:31.000000000 +1000 |
3 |
+++ e-smith-proxy-5.2.0/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports 2014-01-30 15:08:03.639883234 +1100 |
4 |
@@ -1 +1,6 @@ |
5 |
-acl SSL_ports port 443 563 |
6 |
+ |
7 |
+{ |
8 |
+ my @ports = split(",", ($squid{SSLPorts} || "") ); |
9 |
+ |
10 |
+ return "acl SSL_ports port 443 563 @ports"; |
11 |
+} |