Parent Directory | Revision Log | Revision Graph
* Thu Jan 30 2014 chris burnat <devlist@burnat.com> 5.2.0-6.sme - Modify template to allow Squid proxy https access to ports other than 443,563 using db command [sme:8159] - Codes by Ray Mitchell and Ian Wells
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 | +} |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |