From 7045377eaae765990cb9dc7d171fdc3b687d3a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Wed, 4 Jun 2025 16:03:41 +0000 Subject: space_server: bird: withdraw old IP prefixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- roles/space_server/files/bird.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf index 2746100..11b0de2 100644 --- a/roles/space_server/files/bird.conf +++ b/roles/space_server/files/bird.conf @@ -131,7 +131,6 @@ protocol static static4 { import filter import_originating; }; route 45.145.93.0/24 unreachable; - route 185.38.175.0/24 unreachable; } protocol static static6 { @@ -139,7 +138,6 @@ protocol static static6 { import filter import_originating; }; route 2a00:fbe4:1ab::/48 unreachable; - route 2a01:4262:1ab::/48 unreachable; route 2a0e:8f02:f059::/48 unreachable; } -- cgit v1.2.1