commit 03d74522f8c518e4bf17bf5ee37af6c71be53034
parent 14853c57cbdb94761996b9e45d21a6f7b96cf216
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 26 Oct 2023 12:07:10 +0200
Block more IPs from etke.cc
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -245,9 +245,11 @@
"20.15.242.192/28"
"40.83.2.64/28"
"169.150.247.39" # etke.cc
+ "143.244.38.136" # etke.cc
];
blockedV6 = [
"2400:52e0:1e00::1082:1" # etke.cc
+ "2a01:4f9:4b:4b0b::2" # etke.cc
"2003:cb:ff2c:2700::1/64" # fedi_stats
"2600:3c02::/64" # scottherr stats
"2600:3c03::/64" # unknown, tries public tl access
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -236,9 +236,11 @@ in
"20.15.242.192/28"
"40.83.2.64/28"
"169.150.247.39" # etke.cc
+ "143.244.38.136" # etke.cc
];
blockedV6 = [
"2400:52e0:1e00::1082:1" # etke.cc
+ "2a01:4f9:4b:4b0b::2" # etke.cc
"2003:cb:ff2c:2700::1/64" # fedi_stats
"2600:3c02::/64" # scottherr stats
"2600:3c03::/64" # unknown, tries public tl access