Parcourir la source

Default logging set to false

Laurent HUBERT il y a 9 mois
Parent
commit
7097e2772c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scripts/lfirewall

+ 1 - 1
scripts/lfirewall

@@ -259,7 +259,7 @@ fw_execute () {
 			$do_action $IPTABLES_ADD $IT_OUTPUT -p udp --dport ${PORT} -j ACCEPT
 		done
 	fi
-	if [ "${ACTIVATE_LOGGING:-1}" = 1 ]
+	if [ "${ACTIVATE_LOGGING:-0}" = 1 ]
 	then
 		# All other connections are registered in system log's backend
 		$do_action $IPTABLES_ADD $IT_INPUT -j LOG