diff --git a/package.json b/package.json index 3e0e64c..42d69b3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/utils/rpkiUtils.js b/src/utils/rpkiUtils.js index ce44cc4..6bc9805 100644 --- a/src/utils/rpkiUtils.js +++ b/src/utils/rpkiUtils.js @@ -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";