1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

add rpkiclient in config.yml.example

This commit is contained in:
Massimo Candela
2021-06-29 14:29:14 +02:00
parent 40fa6a33e3
commit 6439294736

View File

@@ -338,9 +338,12 @@ monitoredPrefixesFiles:
# RPKI settings: # RPKI settings:
# Global RPKI settings shared across all monitors requiring RPKI data # Global RPKI settings shared across all monitors requiring RPKI data
# More information here: https://github.com/nttgin/BGPalerter/blob/main/docs/rpki.md # More information here: https://github.com/nttgin/BGPalerter/blob/main/docs/rpki.md
#
# 29/06/2021: rpkiclient has been set as default vrpProvider in this example since is the only one supporting
# ROAs expiration data. See what expiration data enables you to do: https://github.com/nttgin/BGPalerter/releases/tag/v1.28.1
rpki: rpki:
vrpProvider: ntt vrpProvider: rpkiclient
preCacheROAs: true preCacheROAs: true
refreshVrpListMinutes: 15 refreshVrpListMinutes: 15
markDataAsStaleAfterMinutes: 120 markDataAsStaleAfterMinutes: 120