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:
@@ -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",
|
||||
|
@@ -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";
|
||||
|
Reference in New Issue
Block a user