From: Peter van Dijk Date: Tue, 25 Feb 2020 20:44:02 +0000 (+0100) Subject: rec docs: fix weird formatting of RPZ statistics list, thanks @horazont X-Git-Tag: rec-4.4.0-alpha0~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8862%2Fhead;p=thirdparty%2Fpdns.git rec docs: fix weird formatting of RPZ statistics list, thanks @horazont --- diff --git a/pdns/recursordist/docs/http-api/endpoint-rpz-stats.rst b/pdns/recursordist/docs/http-api/endpoint-rpz-stats.rst index 307485c56d..03355c2715 100644 --- a/pdns/recursordist/docs/http-api/endpoint-rpz-stats.rst +++ b/pdns/recursordist/docs/http-api/endpoint-rpz-stats.rst @@ -10,12 +10,18 @@ RPZ Statistics endpoint Statistics are mapped per configured RPZ zone. The statistics are: - :last_update: UNIX timestamp when the latest update was received - :records: Number of records in the RPZ - :serial: Current SOA serial of the RPZ zone - :transfers_failed: Number of times a transfer failed - :transfers_full: Number of times an AXFR succeeded - :transfers_success: Number of times an AXFR or IXFR succeeded + last_update + UNIX timestamp when the latest update was received + records + Number of records in the RPZ + serial + Current SOA serial of the RPZ zone + transfers_failed + Number of times a transfer failed + transfers_full + Number of times an AXFR succeeded + transfers_success + Number of times an AXFR or IXFR succeeded **Example response:**