From e97457bea062f621d2142355cc5b5b8054f685d3 Mon Sep 17 00:00:00 2001 From: chayleaf Date: Tue, 15 Aug 2023 06:19:39 +0700 Subject: [PATCH] router: block some random ip address --- system/hosts/router/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/hosts/router/default.nix b/system/hosts/router/default.nix index 0d5abfd..3bb5f46 100644 --- a/system/hosts/router/default.nix +++ b/system/hosts/router/default.nix @@ -511,6 +511,8 @@ in { (cidr "194.190.157.0" 24) (cidr "194.190.21.0" 24) (cidr "194.226.130.0" 23) + # no idea what this IP is, but it got a port 53 connection from one of the devices in this network - so off it goes + "84.1.213.156" ]; block6 = add set { type = f: f.ipv6_addr; flags = f: with f; [ interval ]; };