summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-08-08 04:02:29 -0600
committerAlejandro Soto <alejandro@34project.org>2024-08-08 04:02:29 -0600
commitda992b366ce234167f223a9bf25dba2dcf967af4 (patch)
treed70029835317a8ad6fde92c9f36eacb4ba561216 /sys/net
parent28c234a6df7a1c82c82d7e1eb6e05fa520cbe66c (diff)
sys: add exceptions for new IPv6 prefixes
Diffstat (limited to '')
-rw-r--r--sys/net/fail2ban.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/fail2ban.nix b/sys/net/fail2ban.nix
index 459fd4e..be79de5 100644
--- a/sys/net/fail2ban.nix
+++ b/sys/net/fail2ban.nix
@@ -24,7 +24,9 @@ in
#TODO: No quemar
ignoreIP = [
"10.34.0.0/16"
+ "fd34:2::/64"
"37.205.12.147"
+ "2a03:3b40:fe:3ec::1"
];
};
};