diff options
-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 e17f0fd..b40be18 100644 --- a/roles/space_server/files/bird.conf +++ b/roles/space_server/files/bird.conf @@ -138,6 +138,7 @@ protocol static static6 { ipv6 { import filter import_originating; }; + route 2a00:fbe4:1ab::/48 unreachable; route 2a01:4262:1ab::/48 unreachable; } |