CAIDA / dzdb-web

DNS Zone DB Frontend Web Application
https://dzdb.caida.org
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

debug endpoint #48

Open lanrat opened 2 years ago

lanrat commented 2 years ago

Make a debug endpoint which can return a JSON struct with all internal stats/states/variables for use in debugging.

Protect access to this endpoint, either with auth or only allow requests from loopback, etc...