firewall: stop logging all those port scans... nobody's ever going to look at that data anyway.

This commit is contained in:
Daniel Frank 2019-07-18 23:18:08 +02:00
parent 5c97f811fc
commit 7b806690a8
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -49,6 +49,7 @@
"194.150.168.168" # AS250, https://www.ccc.de/de/censorship/dns-howto "194.150.168.168" # AS250, https://www.ccc.de/de/censorship/dns-howto
]; ];
firewall.rejectPackets = true; firewall.rejectPackets = true;
firewall.logRefusedConnections = false;
}; };
# Automatic update each day at 04:40. Will not restart the system, so a reboot every now and then is a good idea. # Automatic update each day at 04:40. Will not restart the system, so a reboot every now and then is a good idea.