Explorar o código

Disabled non mandatory services

Laurent HUBERT hai 10 meses
pai
achega
dddc62dd50
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  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
-
-
-