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:
@ -77,7 +77,7 @@ var (
|
|||||||
|
|
||||||
TimeCheck = flag.Bool("checktime", true, "Check if JSON file isn't stale (disable by passing -checktime=false)")
|
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)")
|
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)")
|
LastModified = flag.Bool("last.modified", true, "Control usage of Last-Modified header (disable with -last.modified=false)")
|
||||||
|
Reference in New Issue
Block a user