瀏覽代碼

Disabled non mandatory services

Laurent HUBERT 10 月之前
父節點
當前提交
dddc62dd50
共有 1 個文件被更改,包括 2 次插入5 次删除
  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
-
-
-