diff options
author | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2025-04-24 22:00:57 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2025-04-24 22:01:01 +0000 |
commit | 37462ba0c143f3b8e6e7b0c6b195372d30b87cd1 (patch) | |
tree | c29b011d4c58127f5f285dbe2b3b83336c1ff08d | |
parent | fdc7a19e76c4a28a59c983048526496964e8ab62 (diff) | |
download | labitat-ansible-37462ba0c143f3b8e6e7b0c6b195372d30b87cd1.tar.gz labitat-ansible-37462ba0c143f3b8e6e7b0c6b195372d30b87cd1.tar.xz labitat-ansible-37462ba0c143f3b8e6e7b0c6b195372d30b87cd1.zip |
space_server: bird: add extra IPv6 prefix
Prefix kindly provided by FreeTransit / OpenFactory
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
-rw-r--r-- | roles/space_server/files/bird.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf index b40be18..40065b1 100644 --- a/roles/space_server/files/bird.conf +++ b/roles/space_server/files/bird.conf @@ -140,6 +140,7 @@ protocol static static6 { }; route 2a00:fbe4:1ab::/48 unreachable; route 2a01:4262:1ab::/48 unreachable; + route 2a0e:8f02:f059::/48 unreachable; } # customer import |