firewall: stop logging all those port scans... nobody's ever going to look at that data anyway.
This commit is contained in:
parent
5c97f811fc
commit
7b806690a8
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue