Skip to content

Commit

Permalink
RPKI is more than ROAs, rename the third-party source accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed Dec 19, 2023
1 parent 7fbe06c commit 8ded2cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/stayrtr/stayrtr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down

0 comments on commit 8ded2cb

Please sign in to comment.