diff options
author | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2021-06-18 22:28:15 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2021-06-18 22:30:02 +0000 |
commit | 0b9f7c5cfad16602bf2df5276a5bee18888fd618 (patch) | |
tree | 46ee950211646de83a8cc21d9c51e7cbfcce7656 | |
parent | b90e3611976192db56394b57c9527db7a58af62c (diff) | |
download | labitat-ansible-0b9f7c5cfad16602bf2df5276a5bee18888fd618.tar.gz labitat-ansible-0b9f7c5cfad16602bf2df5276a5bee18888fd618.tar.xz labitat-ansible-0b9f7c5cfad16602bf2df5276a5bee18888fd618.zip |
space_server: bird: asbjorn: enable TTL security
-rw-r--r-- | roles/space_server/files/bird.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/space_server/files/bird.conf b/roles/space_server/files/bird.conf index 35698c6..fbd426a 100644 --- a/roles/space_server/files/bird.conf +++ b/roles/space_server/files/bird.conf @@ -229,6 +229,7 @@ protocol bgp fiberby_inx_v6 from bgp_transit_v6 { protocol bgp asbjorn_ipv4 from bgp_customer { local 185.38.175.65 as local_asn; neighbor 185.38.175.75 as asbjorn_asn; + ttl security; ipv4 { import limit 10 action block; receive limit 20 action disable; @@ -241,6 +242,7 @@ protocol bgp asbjorn_ipv4 from bgp_customer { protocol bgp asbjorn_ipv6 from bgp_customer { local 2a01:4262:1ab:20::1 as local_asn; neighbor 2a01:4262:1ab:20::75 as asbjorn_asn; + ttl security; ipv6 { import limit 10 action block; receive limit 20 action disable; |