aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <asbjorn@labitat.dk>2025-04-24 21:57:11 +0000
committerAsbjørn Sloth Tønnesen <asbjorn@labitat.dk>2025-04-24 21:57:42 +0000
commit8e0c075e989ef78a1bb34de92b446e912080a3fd (patch)
tree72ee69346cf044b4eaa5460e01d01b8028c8b39b
parenta3e4ca6ac6d56fd318b57a9b74f01989657ecad7 (diff)
downloadlabitat-ansible-8e0c075e989ef78a1bb34de92b446e912080a3fd.tar.gz
labitat-ansible-8e0c075e989ef78a1bb34de92b446e912080a3fd.tar.xz
labitat-ansible-8e0c075e989ef78a1bb34de92b446e912080a3fd.zip
space_server: bird: add new IPv4 prefix
Prefix kindly provided by Toke Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
-rw-r--r--roles/space_server/files/bird.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf
index 102e025..e17f0fd 100644
--- a/roles/space_server/files/bird.conf
+++ b/roles/space_server/files/bird.conf
@@ -130,6 +130,7 @@ protocol static static4 {
ipv4 {
import filter import_originating;
};
+ route 45.145.93.0/24 unreachable;
route 185.38.175.0/24 unreachable;
}