nusenu wrote: > Is there a versioning scheme of the DB? if so: How do I retrieve the version of the db file? > Or is this timestamp the best bet? Yes; no version-info AFAICS. You can use the function 'loc_discover_latest_version()' which does the same as this command: dig -t txt _v1._db.location.ipfire.org giving: ;; ANSWER SECTION: _v1._db.location.ipfire.org. 284 IN TXT "Mon, 27 Sep 2021 05:47:57 GMT" > location update > libloc: loc_discover_latest_version: Could not query _v1._db.location.ipfire.org: Why does this fail? -- --gv