[nanny] Fix https filtering



commit 9d28dc50840b8b937500d3baf6bdc7c9c659423b
Author: Roberto Majadas <roberto majadas openshine com>
Date:   Wed Mar 17 19:35:22 2010 +0100

    Fix https filtering

 daemon/src/LinuxFiltering.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/src/LinuxFiltering.py b/daemon/src/LinuxFiltering.py
index b24b329..0082272 100644
--- a/daemon/src/LinuxFiltering.py
+++ b/daemon/src/LinuxFiltering.py
@@ -43,7 +43,7 @@ iptables_weekdays = {"mon" : "Mon",
                      "sat" : "Sat",
                      "sun" : "Sun"}
 
-services_ports = {WEB_APPID : "80, 143, 8080",
+services_ports = {WEB_APPID : "80, 443, 8080",
                   MAIL_APPID : "25, 110, 109, 995, 143, 220, 993, 465",
                   IM_APPID : "1863, 5222, 5269",
                   }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]