This commit is contained in:
Claudio Kuenzler 2024-11-20 20:09:42 +00:00 committed by GitHub
commit 7ab0e61976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@ templatesdir = $(pkgdatadir)
TEMPLATES = \
debug.html \
default.html \
stats.html
stats.html \
stats-json.html
templates_DATA = \
$(TEMPLATES)

View File

@ -0,0 +1 @@
{{ "version":"{version}", "open":{opens}, "requests":{reqs}, "bad":{badconns}, "denied":{deniedconns}, "refused":{refusedconns} }