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

Undo default cache endpoint change to Cloudflare

Was a mistake while testing. Since changing the defaults makes it
a lot easier to play with the debugger
This commit is contained in:
Ben Cartwright-Cox
2023-02-23 16:24:27 +00:00
parent 38feb049b4
commit c6ffc72060

View File

@ -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://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")
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)")