1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00

RPKI is more than ROAs, rename the third-party source accordingly

This commit is contained in:
Job Snijders
2023-12-19 14:35:52 +00:00
parent 7fbe06c108
commit 8ded2cb68a
2 changed files with 3 additions and 3 deletions

View File

@ -261,7 +261,7 @@ generate actually are visible to RPs, to monitor the full cycle.
```
$ ./rtrmon \
-primary.host tcp://rtr.rpki.cloudflare.com:8282 \
-secondary.host https://console.rpki-client.org/vrps.json \
-secondary.host https://console.rpki-client.org/rpki.json \
-secondary.refresh 30s \
-primary.refresh 30s
```
@ -321,7 +321,7 @@ Use your own validator, as long as the JSON source follows the following schema:
```
* **Third-party JSON formatted VRP exports:**
* [console.rpki-client.org](https://console.rpki-client.org/vrps.json) (default, based on OpenBSD's `rpki-client`)
* [console.rpki-client.org](https://console.rpki-client.org/rpki.json) (default, based on OpenBSD's `rpki-client`)
* [NTT](https://rpki.gin.ntt.net/api/export.json) (based on OpenBSD's `rpki-client`)
By default, the session ID will be randomly generated. The serial will start at zero.