mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-12-20 12:41:18 +00:00
Expose number of blocked domains
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ba5295e923
commit
bc88805e4c
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ template: |
|
|||
; Healthcheck record - don't remove
|
||||
health.pdns.luzifer.io A 127.0.1.1
|
||||
version.pdns.luzifer.io TXT "{{ env `GIT_VERSION` }} @ {{ now `2006-01-02 15:04:05 -07:00` }}"
|
||||
count.pdns.luzifer.io TXT "{{ len .blacklist }}"
|
||||
|
||||
; Blacklist entries
|
||||
{{ range .blacklist -}}
|
||||
|
|
Loading…
Reference in a new issue