From cf09574c4b1dbb3e29d7e173308d248503e56ae9 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 5 May 2020 09:34:02 -0700 Subject: [PATCH] Remove LACNIC validator output Was generating an incorrect output of 1 ROA. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 38a93b0..f6bd381 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,6 @@ Use your own validator, as long as the JSON source follows the following schema: * **Third-party JSON formatted VRP exports:** * [NTT](https://rpki.gin.ntt.net/api/export.json) (based on OpenBSD's `rpki-client`) * [RIPE](https://rpki-validator.ripe.net/api/export.json) (based on RIPE NCC's RPKI Cache Validator) - * [LACNIC](http://ripeval.labs.lacnic.net:8080/export.json) (based on RIPE NCC's RPKI Cache Validator) To use a data source that do not contains signatures or validity information, pass: `-verify=false -checktime=false`