From a945537f3ef898645312415080be4aabba19e525 Mon Sep 17 00:00:00 2001 From: Generic Commit Task Date: Sat, 8 May 2021 02:04:15 +0000 Subject: [PATCH] Change JSON default Fixes #4 --- cmd/stayrtr/stayrtr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/stayrtr/stayrtr.go b/cmd/stayrtr/stayrtr.go index a25e6ff..e1d88e2 100644 --- a/cmd/stayrtr/stayrtr.go +++ b/cmd/stayrtr/stayrtr.go @@ -81,7 +81,7 @@ var ( Verify = flag.Bool("verify", true, "Check signature using provided public key (disable by passing -verify=false)") PublicKey = flag.String("verify.key", "cf.pub", "Public key path (PEM file)") - CacheBin = flag.String("cache", "https://rpki.cloudflare.com/rpki.json", "URL of the cached JSON data") + CacheBin = flag.String("cache", "https://console.rpki-client.org/vrps.json", "URL of the cached JSON data") UseSerial = flag.String("useserial", "disable", "Use serial contained in file (disable, startup, full)") Etag = flag.Bool("etag", true, "Enable Etag header")