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

update rpki-validator and add new provider handler

This commit is contained in:
Massimo Candela
2021-02-04 01:17:07 +01:00
parent b26c727631
commit 0233b3e192
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@
"nodemailer": "^6.4.17",
"path": "^0.12.7",
"restify": "^8.5.1",
"rpki-validator": "^2.2.12",
"rpki-validator": "^2.3.0",
"semver": "^7.3.4",
"syslog-client": "^1.1.1",
"ws": "^7.4.3",

View File

@@ -15,7 +15,7 @@ export default class RpkiUtils {
const defaultMarkDataAsStaleAfterMinutes = 60;
const providers = ["ntt", "ripe", "cloudflare", "external"]; // First provider is the default one
const providers = ["ntt", "ripe", "cloudflare", "rpkiclient", "external"]; // First provider is the default one
if (this.params.vrpFile) {
this.params.vrpProvider = "external";