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:
@ -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.
|
||||
|
@ -77,7 +77,7 @@ var (
|
||||
|
||||
TimeCheck = flag.Bool("checktime", true, "Check if JSON file isn't stale (disable by passing -checktime=false)")
|
||||
|
||||
CacheBin = flag.String("cache", "https://console.rpki-client.org/vrps.json", "URL of the cached JSON data")
|
||||
CacheBin = flag.String("cache", "https://console.rpki-client.org/rpki.json", "URL of the Validated RPKI data in JSON format")
|
||||
|
||||
Etag = flag.Bool("etag", true, "Control usage of Etag header (disable with -etag=false)")
|
||||
LastModified = flag.Bool("last.modified", true, "Control usage of Last-Modified header (disable with -last.modified=false)")
|
||||
|
Reference in New Issue
Block a user