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

add rpki-client.org in the documentation and datasets list

This commit is contained in:
Massimo Candela
2021-02-04 01:22:45 +01:00
parent 0233b3e192
commit 16c1093413
2 changed files with 3 additions and 2 deletions

View File

@@ -4,3 +4,4 @@
* [RIPEstat](http://stat.ripe.net/)
* [NTT RPKI VRPs](https://rpki.gin.ntt.net/api/export.json)
* [Cloudflare VRPs](https://rpki.cloudflare.com/)
* [rpki-client.org VRPs](https://www.rpki-client.org/)

View File

@@ -17,7 +17,7 @@ Below you can see the parameters available:
|---|---|
|preCacheROAs| When this parameter is set to true (default), BGPalerter will download Validated ROA Payloads (VRPs) lists locally instead of using online validation. More info [here](https://github.com/massimocandela/rpki-validator).|
|refreshVrpListMinutes| If `preCacheROAs` is set to true, this parameter allows to specify a refresh time for the VRPs lists (it has to be > 15 minutes) |
|vrpProvider| A string indicating the provider of the VRPs list. Possible options are: `ntt` (default), `ripe`, `cloudflare`, `external`. Use external only if you wish to specify a file with `vrpFile`. More info [here](https://github.com/massimocandela/rpki-validator#options).|
|vrpProvider| A string indicating the provider of the VRPs list. Possible options are: `ntt` (default), `cloudflare`, `rpkiclient`, `ripe`, `external`. Use external only if you wish to specify a file with `vrpFile`. More info [here](https://github.com/massimocandela/rpki-validator#options).|
|vrpFile| A JSON file with an array of VRPs. See example below.|
|markDataAsStaleAfterMinutes| The amount of minutes (integer) after which an unchanged VRP list is marked as stale. Set to 0 to disable the check. |