diff --git a/k8s/document_root/index.html b/k8s/document_root/index.html
index 73eae7c..5ac8688 100644
--- a/k8s/document_root/index.html
+++ b/k8s/document_root/index.html
@@ -278,6 +278,7 @@ dig @ns-gce.nono.io version.status.sslip.io txt +short
dig @ns-aws.sslip.io metrics.status.sslip.io txt +short
"Uptime (seconds): 13486"
"Key-value store: etcd"
+ "Blocklist: 2022-02-26 10:54:21-08 2,1"
"Queries: 550488"
"Queries/second: 40.8"
"AnsQueries: 149974"
@@ -296,6 +297,14 @@ dig @ns-aws.sslip.io metrics.status.sslip.io txt +short
This can be one of two values: "builtin" and "etcd". "builtin" means any changes to key/value are limited
to that specific DNS server. "etcd" means changes are propagated to all servers whose key-value store is
"etcd"
+ Blocklist
+
+ The first value ("2022-02-26 10:54:21-08") is the date the blocklist was last downloaded. The following two
+ numbers are the number of string matches that are blocked (e.g. "raiffeisen" is a string that is blocked if
+ it appears in the queried hostname) and the number of CIDR matches that are blocked (e.g. "43.134.66.67/24"
+ is blocked). The blocklist can be found here
+
Queries
The raw number of DNS queries that the server has responded to since starting operation
Queries/second