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")