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

Merge branch 'dev' into patch-1

This commit is contained in:
Massimo Candela
2021-02-19 14:55:07 +01:00
committed by GitHub
12 changed files with 772 additions and 1169 deletions

View File

@@ -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/)
* [Cloudflare VRPs](https://rpki.cloudflare.com/)
* [rpki-client.org VRPs](https://www.rpki-client.org/)

View File

@@ -15,4 +15,9 @@ Please, let me know so I can add your company name here.
* HEAnet (AS1213)
* Tech Futures (AS394256)
* Fastly (AS54113)
* EDGOO Networks (AS47787)
* IT.Gate (AS12779)
* Sky (AS5607)
* SBTAP (AS59715)
* WiscNet (AS2381)
* Artfiles GmbH (AS8893)

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. |