fix: ignore the minecraft ips
This commit is contained in:
parent
c3e5a74f57
commit
1c2911162b
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
maxtime = "24h";
|
maxtime = "24h";
|
||||||
};
|
};
|
||||||
|
ignoreIP = [
|
||||||
|
"100.64.0.0/10"
|
||||||
|
"127.0.0.0/8"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# ── Kernel hardening ──
|
# ── Kernel hardening ──
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue