From 16c10934133285612c71d4ed0990f81beb1e166c Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Thu, 4 Feb 2021 01:22:45 +0100 Subject: [PATCH] add rpki-client.org in the documentation and datasets list --- docs/datasets.md | 3 ++- docs/rpki.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/datasets.md b/docs/datasets.md index 87e9225..d40fdee 100644 --- a/docs/datasets.md +++ b/docs/datasets.md @@ -3,4 +3,5 @@ * [RIPE RIS live](https://ris-live.ripe.net/) * [RIPEstat](http://stat.ripe.net/) * [NTT RPKI VRPs](https://rpki.gin.ntt.net/api/export.json) -* [Cloudflare VRPs](https://rpki.cloudflare.com/) \ No newline at end of file +* [Cloudflare VRPs](https://rpki.cloudflare.com/) +* [rpki-client.org VRPs](https://www.rpki-client.org/) \ No newline at end of file diff --git a/docs/rpki.md b/docs/rpki.md index 88526a1..841b083 100644 --- a/docs/rpki.md +++ b/docs/rpki.md @@ -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. |