Misc optimizations

This commit is contained in:
2025-12-29 01:49:59 -07:00
parent b6d9e944d0
commit a4e61d4446
6 changed files with 77 additions and 37 deletions

View File

@@ -15,4 +15,12 @@
boot.tmp.useTmpfs = true;
boot.tmp.tmpfsSize = "4G";
boot.kernel.sysctl = {
"net.ipv4.conf.all.log_martians" = 1;
"net.ipv4.conf.all.rp_filter" = 1;
"net.ipv4.conf.default.log_martians" = 1;
"net.ipv4.conf.default.rp_filter" = 1;
"net.ipv4.icmp_echo_ignore_broadcasts" = 1;
};
}