Forráskód Böngészése

Disabled non mandatory services

Laurent HUBERT 10 hónapja
szülő
commit
dddc62dd50
1 módosított fájl, 2 hozzáadás és 5 törlés
  1. 2 5
      etc/lfirewall.conf

+ 2 - 5
etc/lfirewall.conf

@@ -66,13 +66,10 @@ UDP_SERVICES=""
 #################################
 # These services will not be accessible from the current
 # server until they are allowed
-REMOTE_TCP_SERVICES="80 443" # Web browsing
+#REMOTE_TCP_SERVICES="80 443" # Web browsing
 REMOTE_TCP_SERVICES="22 $REMOTE_TCP_SERVICES" # SSH
-REMOTE_TCP_SERVICES="20 $REMOTE_TCP_SERVICES" # FTP
+#REMOTE_TCP_SERVICES="20 $REMOTE_TCP_SERVICES" # FTP
 
 REMOTE_TCP_SERVICES="$REMOTE_TCP_SERVICES $SAMBA_PORTS"
 
 REMOTE_UDP_SERVICES="53" # DNS
-
-
-